diff --git a/net/mwan3/files/etc/init.d/mwan3 b/net/mwan3/files/etc/init.d/mwan3 index c1e2aa957..22d5c2bd3 100755 --- 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 }