mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
mwan3: remove unneeded ipset setup in hotplug
connected ipset handled on mwan3rtmon, so not needed in hotplug Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
This commit is contained in:
@@ -35,10 +35,6 @@ $IPT4 -S mwan3_hook &>/dev/null || {
|
||||
}
|
||||
|
||||
mwan3_init
|
||||
[ "$MWAN3_STARTUP" = 1 ] || {
|
||||
config_get family $INTERFACE family ipv4
|
||||
mwan3_set_connected_${family}
|
||||
}
|
||||
|
||||
if [ "$MWAN3_STARTUP" != "init" ] && [ "$ACTION" = "ifup" ]; then
|
||||
mwan3_set_user_iface_rules $INTERFACE $DEVICE
|
||||
|
||||
Reference in New Issue
Block a user