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