aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/files/firewall.awk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-30 03:09:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-30 03:09:09 +0000
commitd3a6fe9915875cb78ca3d22f8330a0380dcd58a0 (patch)
tree3a7ec356cf8ec9ada9d0ddbf6ccbd1cbb9aae869 /package/iptables/files/firewall.awk
parentd5aeb2645530079ac89ed72e2eee91fbcbc38e84 (diff)
downloadupstream-d3a6fe9915875cb78ca3d22f8330a0380dcd58a0.tar.gz
upstream-d3a6fe9915875cb78ca3d22f8330a0380dcd58a0.tar.bz2
upstream-d3a6fe9915875cb78ca3d22f8330a0380dcd58a0.zip
rewrite of the network scripts and configuration
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/files/firewall.awk')
-rw-r--r--package/iptables/files/firewall.awk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/iptables/files/firewall.awk b/package/iptables/files/firewall.awk
index 5378330045..902c7b1888 100644
--- a/package/iptables/files/firewall.awk
+++ b/package/iptables/files/firewall.awk
@@ -1,10 +1,7 @@
# Copyright (C) 2006 OpenWrt.org
BEGIN {
- print ". /etc/config/network"
- print "proto=\"$wan_proto\""
- print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
- print "ifname=\"$wan_ifname\""
+ print "ifname=\"$WAN\""
print "[ -z \"$ifname\" ] && exit"
print ""
print "iptables -X input_$ifname 2>&- >&-"