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:
408458a
)
mwan3: remove not needed ipset del cmd
author
Florian Eckert
<redacted>
Tue, 8 Mar 2022 10:03:08 +0000
(11:03 +0100)
committer
Florian Eckert
<redacted>
Mon, 14 Mar 2022 08:34:49 +0000
(09:34 +0100)
Signed-off-by: Florian Eckert <redacted>
net/mwan3/files/etc/init.d/mwan3
patch
|
blob
|
history
diff --git
a/net/mwan3/files/etc/init.d/mwan3
b/net/mwan3/files/etc/init.d/mwan3
index c1e2aa957636d318f38ff0cf87da810e03444e60..22d5c2bd3115bb2bca341bc08ad5aa0c685f8366 100755
(executable)
--- a/
net/mwan3/files/etc/init.d/mwan3
+++ b/
net/mwan3/files/etc/init.d/mwan3
@@
-95,10
+95,6
@@
stop_service() {
$IPS -q destroy $ipset
done
- for ipset in $($IPS -n list | grep mwan3 | grep -E '_v4|_v6'); do
- $IPS -q destroy $ipset
- done
-
rm -rf $MWAN3_STATUS_DIR $MWAN3TRACK_STATUS_DIR
}
git clone https://git.99rst.org/PROJECT