projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c129b
)
make sure uci firewall reverts its states when stopped
author
John Crispin
<blogic@openwrt.org>
Wed, 27 Aug 2008 16:48:54 +0000
(16:48 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 27 Aug 2008 16:48:54 +0000
(16:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12403
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/firewall/files/uci_firewall.sh
patch
|
blob
|
history
diff --git
a/package/firewall/files/uci_firewall.sh
b/package/firewall/files/uci_firewall.sh
index
ca5d512
..
5063d9e
100755
(executable)
--- 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
}