mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mwan3: fix regression in ipv6 routing tables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
This commit is contained in:
@@ -21,7 +21,8 @@ fi
|
||||
|
||||
[ "$MWAN3_STARTUP" = "init" ] || procd_lock
|
||||
|
||||
config_load mwan3
|
||||
mwan3_init
|
||||
|
||||
/etc/init.d/mwan3 running || {
|
||||
[ "$MWAN3_STARTUP" = "init" ] || procd_lock
|
||||
LOG notice "mwan3 hotplug $ACTION on $INTERFACE not called because globally disabled"
|
||||
@@ -34,8 +35,6 @@ $IPT4 -S mwan3_hook &>/dev/null || {
|
||||
exit 0
|
||||
}
|
||||
|
||||
mwan3_init
|
||||
|
||||
if [ "$MWAN3_STARTUP" != "init" ] && [ "$ACTION" = "ifup" ]; then
|
||||
mwan3_set_user_iface_rules $INTERFACE $DEVICE
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user