make sure uci firewall reverts its states when stopped
[openwrt.git] / package / firewall / files / uci_firewall.sh
index ca5d512..5063d9e 100755 (executable)
@@ -323,4 +323,5 @@ fw_stop() {
        $IPTABLES -P INPUT ACCEPT
        $IPTABLES -P OUTPUT ACCEPT
        $IPTABLES -P FORWARD ACCEPT
+       uci_revert_state firewall core
 }
This page took 0.023147 seconds and 4 git commands to generate.