diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-03 23:44:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-03 23:44:45 +0000 |
commit | 4ea0c2d15a7a86c77019f610682a4f9156340aab (patch) | |
tree | c3b91dd821b8bf6190917f4fea4e382327a042f8 /openwrt | |
parent | e7e81657c7203e8a67e0ba234304b98cf83eb795 (diff) | |
download | mtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.zip mtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.tar.gz mtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.tar.bz2 |
fix /etc/config/firewall
SVN-Revision: 3726
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/iptables/files/firewall.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk index 1b63f83..1a201a0 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\"" |