mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
netmode: Stop igmpproxy in bridged mode
This commit is contained in:
parent
4f67105dfc
commit
8f98094d15
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ switch_netmode() {
|
|||
logger -s -p user.info -t $0 "Switching to $curmode mode" > /dev/console
|
||||
ubus call leds set '{"state" : "allflash"}'
|
||||
[ -f /etc/init.d/omcproxy ] && /etc/init.d/omcproxy stop
|
||||
[ -f /etc/init.d/igmpproxy ] && /etc/init.d/igmpproxy stop
|
||||
[ -f /etc/init.d/layer2 ] && /etc/init.d/layer2 reload
|
||||
ubus call network reload
|
||||
wifi reload nodat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue