mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
mcastmngr: Fix error regarding setup_mcast_mode().
Implement a stub for setup_mcast_mode() on non-Broadcom platforms. Change-Id: Idd0c75f564f0de5fe698c1fc32088a32a029ac96
This commit is contained in:
parent
05448a3cae
commit
e485a0514e
1 changed files with 4 additions and 0 deletions
|
|
@ -246,6 +246,10 @@ config_mcproxy() {
|
|||
fi
|
||||
}
|
||||
|
||||
setup_mcast_mode() {
|
||||
:
|
||||
}
|
||||
|
||||
configure_mcast() {
|
||||
config_global_params "set_max_groups_and_sources"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue