X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/93701b2bec2b99d8113d8a6d9b97153e87a7e5aa..45c7419a4f7a4436c27ffd62b1a05724c4ce6357:/openwrt/package/iptables/files/firewall.awk diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk index 1b63f8386..1a201a0bc 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\""