make sure uci firewall reverts its states when stopped

SVN-Revision: 12403
lede-17.01
John Crispin 2008-08-27 16:48:54 +00:00
parent 146b47b60a
commit 924d10d611
1 changed files with 1 additions and 0 deletions

View File

@ -323,4 +323,5 @@ fw_stop() {
$IPTABLES -P INPUT ACCEPT
$IPTABLES -P OUTPUT ACCEPT
$IPTABLES -P FORWARD ACCEPT
uci_revert_state firewall core
}