fix clearing of prerouting_rule and postrouting_rule in firewall.user

SVN-Revision: 1327
master
Felix Fietkau 19 years ago
parent bdd3e06120
commit acaf1abbe4
  1. 4
      openwrt/target/default/target_skeleton/etc/firewall.user

@ -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…
Cancel
Save