make sure uci firewall reverts its states when stopped
[openwrt-10.03/.git] / package / firewall / files / uci_firewall.sh
index ca5d51267e6568e3d8c3d18fc656eae91e08e25e..5063d9e0884f1696b238d9a47c05b79f9bc6212b 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
 }