Browse Source

mwan3: remove not needed ipset del cmd

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 2 years ago
parent
commit
13c2604eb1
1 changed files with 0 additions and 4 deletions
  1. +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
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
}


Loading…
Cancel
Save