diff options
author | Aaron Goodman <aaronjg@stanford.edu> | 2020-11-10 08:43:32 -0500 |
---|---|---|
committer | Aaron Goodman <aaronjg@stanford.edu> | 2020-11-10 08:43:32 -0500 |
commit | 9df64276e18b8a3a9da3a0075bf7f5fdc8d75c26 (patch) | |
tree | 2387dfae529d96188ebc1d851036b3e453433e9f /net/mwan3 | |
parent | eb3acf926f9a5fd6d2269ed51882cd21bb506cde (diff) |
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>
Diffstat (limited to 'net/mwan3')
-rw-r--r-- | net/mwan3/files/etc/hotplug.d/iface/15-mwan3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 index 756611788..f9212a3a6 100644 --- a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 +++ b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3 @@ -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 |