git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
eb3acf9
)
mwan3: remove unneeded ipset setup in hotplug
author
Aaron Goodman
<redacted>
Tue, 10 Nov 2020 13:43:32 +0000
(08:43 -0500)
committer
Aaron Goodman
<redacted>
Tue, 10 Nov 2020 13:43:32 +0000
(08:43 -0500)
connected ipset handled on mwan3rtmon, so not needed in hotplug
Signed-off-by: Aaron Goodman <redacted>
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
patch
|
blob
|
history
diff --git
a/net/mwan3/files/etc/hotplug.d/iface/15-mwan3
b/net/mwan3/files/etc/hotplug.d/iface/15-mwan3
index 75661178871b7b0a6a6330a8dfdb3f44e9173496..f9212a3a61a460d56bb097f55bc2fdd6072aeef6 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT