summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-02-10 18:08:38 +0000
committerMike Baker <mbm@openwrt.org>2006-02-10 18:08:38 +0000
commit87414e3806bdb444b351a03c6b1d4602fa9b34be (patch)
treeb2d906badbe3192a6d274e74561729051d1035f0 /openwrt/package/base-files/default/etc
parent8167f28cbffc00daa204129c60f04abcbf070b6b (diff)
downloadmtk-20170518-87414e3806bdb444b351a03c6b1d4602fa9b34be.zip
mtk-20170518-87414e3806bdb444b351a03c6b1d4602fa9b34be.tar.gz
mtk-20170518-87414e3806bdb444b351a03c6b1d4602fa9b34be.tar.bz2
Correct a few typos
SVN-Revision: 3212
Diffstat (limited to 'openwrt/package/base-files/default/etc')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S45firewall2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S45firewall b/openwrt/package/base-files/default/etc/init.d/S45firewall
index 2942f31..8c67d82 100755
--- a/openwrt/package/base-files/default/etc/init.d/S45firewall
+++ b/openwrt/package/base-files/default/etc/init.d/S45firewall
@@ -82,7 +82,7 @@ iptables -t nat -N postrouting_rule
# allow
iptables -A FORWARD -i br0 -o br0 -j ACCEPT
- [ -z "$WAN" ] || iptables -A FORWARD -i $iface -o $WAN -j ACCEPT
+ [ -z "$WAN" ] || iptables -A FORWARD -i $LAN -o $WAN -j ACCEPT
# reject (what to do with anything not allowed earlier)
# uses the default -P DROP