From: John Crispin Date: Wed, 27 Aug 2008 16:48:54 +0000 (+0000) Subject: make sure uci firewall reverts its states when stopped X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=924d10d611528002b3c9ed904bfcda9958f208b0;p=openwrt%2Fstaging%2Frobimarko.git make sure uci firewall reverts its states when stopped SVN-Revision: 12403 --- diff --git a/package/firewall/files/uci_firewall.sh b/package/firewall/files/uci_firewall.sh index ca5d51267e..5063d9e088 100755 --- a/package/firewall/files/uci_firewall.sh +++ b/package/firewall/files/uci_firewall.sh @@ -323,4 +323,5 @@ fw_stop() { $IPTABLES -P INPUT ACCEPT $IPTABLES -P OUTPUT ACCEPT $IPTABLES -P FORWARD ACCEPT + uci_revert_state firewall core }