projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes for common config functions
[openwrt.git]
/
package
/
iptables
/
files
/
firewall.awk
diff --git
a/package/iptables/files/firewall.awk
b/package/iptables/files/firewall.awk
index
1b63f83
..
1a201a0
100644
(file)
--- a/
package/iptables/files/firewall.awk
+++ b/
package/iptables/files/firewall.awk
@@
-1,4
+1,5
@@
BEGIN {
BEGIN {
+ print ". /etc/config/network"
print "proto=\"$wan_proto\""
print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
print "ifname=\"$wan_ifname\""
print "proto=\"$wan_proto\""
print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
print "ifname=\"$wan_ifname\""
This page took
0.020098 seconds
and
4
git commands to generate.