From: Felix Fietkau Date: Wed, 3 May 2006 23:44:45 +0000 (+0000) Subject: fix /etc/config/firewall X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5b65e678a85ca12beebd1b0dfd3dac43ad72589c;p=15.05%2Fopenwrt.git fix /etc/config/firewall git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3726 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk index 1b63f83862..1a201a0bce 100644 --- 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\""