From: Felix Fietkau Date: Wed, 3 May 2006 13:06:11 +0000 (+0000) Subject: oops... committed the wrong change on the last commit X-Git-Tag: whiterussian_rc6~254 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=56ea863698be05d8164cec373d0a62c20a064f7e;p=openwrt%2Fsvn-archive%2Fopenwrt.git oops... committed the wrong change on the last commit SVN-Revision: 3725 --- diff --git a/openwrt/package/iptables/files/firewall.init b/openwrt/package/iptables/files/firewall.init index 3b67517216..0a7daab319 100755 --- a/openwrt/package/iptables/files/firewall.init +++ b/openwrt/package/iptables/files/firewall.init @@ -34,7 +34,7 @@ iptables -t nat -N postrouting_rule iptables -A INPUT -j input_rule # allow - iptables -A INPUT -i ${WAN:+\! -i $WAN} -j ACCEPT # allow from lan/wifi interfaces + iptables -A INPUT ${WAN:+\! -i $WAN} -j ACCEPT # allow from lan/wifi interfaces iptables -A INPUT -p icmp -j ACCEPT # allow ICMP iptables -A INPUT -p gre -j ACCEPT # allow GRE