From 5b4a1eee755c34a8f69f26f7370c535750c49005 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 27 Aug 2008 16:48:54 +0000 Subject: [PATCH] make sure uci firewall reverts its states when stopped SVN-Revision: 12403 --- package/firewall/files/uci_firewall.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.30.2