From 924d10d611528002b3c9ed904bfcda9958f208b0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 27 Aug 2008 16:48:54 +0000 Subject: make sure uci firewall reverts its states when stopped SVN-Revision: 12403 --- package/firewall/files/uci_firewall.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package') 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 } -- cgit v1.2.3