projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285814c
)
export WAN variable so that firewall works (#907)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 3 Nov 2006 10:10:08 +0000
(10:10 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 3 Nov 2006 10:10:08 +0000
(10:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5412
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/files/firewall.init
patch
|
blob
|
history
diff --git
a/package/iptables/files/firewall.init
b/package/iptables/files/firewall.init
index
4e8317d
..
04b37bd
100755
(executable)
--- a/
package/iptables/files/firewall.init
+++ b/
package/iptables/files/firewall.init
@@
-101,6
+101,7
@@
start() {
## USER RULES
[ -f /etc/firewall.user ] && . /etc/firewall.user
[ -n "$WAN" -a -e /etc/config/firewall ] && {
+ export WAN
awk -f /usr/lib/common.awk -f /usr/lib/firewall.awk /etc/config/firewall | ash
}
}