fix /etc/config/firewall
[openwrt.git] / openwrt / package / iptables / files / firewall.init
index a7cde95..ad014cb 100755 (executable)
@@ -34,7 +34,7 @@ iptables -t nat -N postrouting_rule
   iptables -A INPUT -j input_rule
 
   # allow
-  iptables -A INPUT ${WAN:+-i \! $WAN} -j ACCEPT       # allow from all interfaces except for wan
+  iptables -A INPUT ${WAN:+\! -i $WAN} -j ACCEPT       # allow from all interfaces except for wan
   iptables -A INPUT -p icmp    -j ACCEPT       # allow ICMP
   iptables -A INPUT -p gre     -j ACCEPT       # allow GRE
 
This page took 0.023494 seconds and 4 git commands to generate.