remove old image builder directory - will be rewritten
[openwrt-10.03/.git] / package / iptables / files / firewall.awk
index 1b63f838620d2fe61071b86f01fc78af3de59e1d..902c7b188842cf7826893f6db539fab9d36f1870 100644 (file)
@@ -1,7 +1,7 @@
+# Copyright (C) 2006 OpenWrt.org
+
 BEGIN {
-       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>&- >&-"