summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/files/firewall.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/files/firewall.awk b/package/iptables/files/firewall.awk
index 1b63f8386..1a201a0bc 100644
--- a/package/iptables/files/firewall.awk
+++ b/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\""