This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mwan3: remove not needed ipset del cmd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
3 years ago
parent
408458a72f
commit
13c2604eb1
1 changed files
with
0 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
net/mwan3/files/etc/init.d/mwan3
+ 0
- 4
net/mwan3/files/etc/init.d/mwan3
View File
@ -95,10 +95,6 @@ stop_service() {
$IPS -q destroy $ipset
$IPS -q destroy $ipset
done
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
rm -rf $MWAN3_STATUS_DIR $MWAN3TRACK_STATUS_DIR
}
}
Write
Preview
Loading…
Cancel
Save