projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e8165
)
fix /etc/config/firewall
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 3 May 2006 23:44:45 +0000
(23:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 3 May 2006 23:44:45 +0000
(23:44 +0000)
SVN-Revision: 3726
openwrt/package/iptables/files/firewall.awk
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/files/firewall.awk
b/openwrt/package/iptables/files/firewall.awk
index 1b63f838620d2fe61071b86f01fc78af3de59e1d..1a201a0bce56efb38fa99e29ee64b9fcdcb6efa8 100644
(file)
--- a/
openwrt/package/iptables/files/firewall.awk
+++ b/
openwrt/package/iptables/files/firewall.awk
@@
-1,4
+1,5
@@
BEGIN {
+ print ". /etc/config/network"
print "proto=\"$wan_proto\""
print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
print "ifname=\"$wan_ifname\""