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:
c8deccc
)
mwan3: only update src_iface rules on ifup
author
Aaron Goodman
<redacted>
Tue, 1 Sep 2020 23:20:41 +0000
(19:20 -0400)
committer
Aaron Goodman
<redacted>
Fri, 16 Oct 2020 13:54:48 +0000
(09:54 -0400)
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 586dfc1f6841166237866dc2aba892b1d3431c5e..196b032574b6135b5332cbb8f7d9d426ec16fa3b 100644
(file)
--- a/
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
+++ b/
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
@@
-37,7
+37,7
@@
mwan3_init
mwan3_set_connected_${family}
}
-if [ "$MWAN3_STARTUP" != 1 ]; then
+if [ "$MWAN3_STARTUP" != 1 ]
&& [ "$ACTION" = "ifup" ]
; then
mwan3_set_user_iface_rules $INTERFACE $DEVICE
fi
git clone https://git.99rst.org/PROJECT