fix clearing of prerouting_rule and postrouting_rule in firewall.user
SVN-Revision: 1327
This commit is contained in:
parent
bdd3e06120
commit
acaf1abbe4
@ -7,8 +7,8 @@ LAN=$(nvram get lan_ifname)
|
|||||||
iptables -F input_rule
|
iptables -F input_rule
|
||||||
iptables -F output_rule
|
iptables -F output_rule
|
||||||
iptables -F forwarding_rule
|
iptables -F forwarding_rule
|
||||||
iptables -F prerouting_rule
|
iptables -t nat -F prerouting_rule
|
||||||
iptables -F postrouting_rule
|
iptables -t nat -F postrouting_rule
|
||||||
|
|
||||||
### BIG FAT DISCLAIMER
|
### BIG FAT DISCLAIMER
|
||||||
### The "-i $WAN" literally means packets that came in over the $WAN interface;
|
### The "-i $WAN" literally means packets that came in over the $WAN interface;
|
||||||
|
Loading…
Reference in New Issue
Block a user