mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove WAN6 interface
This commit is contained in:
parent
87f621b52d
commit
546a37ce4c
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ if [ "$(uci -q get network.vpn0.proto)" = "none" ]; then
|
||||||
uci -q delete network.vpn0
|
uci -q delete network.vpn0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(uci -q get network.wan6.proto)" = "dhcpv6" ]; then
|
||||||
|
uci -q delete network.wan6
|
||||||
|
fi
|
||||||
|
|
||||||
config_load network
|
config_load network
|
||||||
config_foreach _setup_multipath_off interface
|
config_foreach _setup_multipath_off interface
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue