aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
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
commit441f04b70156a162833b35b680a1dbff3b3d8217 (patch)
tree77a2c1b1716d41e2c8c6658542ff022925df1be1 /package/base-files
parentbb6b1447468446780e9acca0606922e161a3c7b7 (diff)
downloadmaster-187ad058-441f04b70156a162833b35b680a1dbff3b3d8217.tar.gz
master-187ad058-441f04b70156a162833b35b680a1dbff3b3d8217.tar.bz2
master-187ad058-441f04b70156a162833b35b680a1dbff3b3d8217.zip
Correct a few typos
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S45firewall2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/init.d/S45firewall b/package/base-files/default/etc/init.d/S45firewall
index 2942f3118e..8c67d82b18 100755
--- a/package/base-files/default/etc/init.d/S45firewall
+++ b/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