summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/files/firewall.awk2
-rw-r--r--package/iptables/files/firewall.config2
-rwxr-xr-xpackage/iptables/files/firewall.init1
-rwxr-xr-xpackage/iptables/files/firewall.user2
4 files changed, 7 insertions, 0 deletions
diff --git a/package/iptables/files/firewall.awk b/package/iptables/files/firewall.awk
index 1a201a0bc..537833004 100644
--- a/package/iptables/files/firewall.awk
+++ b/package/iptables/files/firewall.awk
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
BEGIN {
print ". /etc/config/network"
print "proto=\"$wan_proto\""
diff --git a/package/iptables/files/firewall.config b/package/iptables/files/firewall.config
index 7edd4ba4e..1b92954c9 100644
--- a/package/iptables/files/firewall.config
+++ b/package/iptables/files/firewall.config
@@ -1,3 +1,5 @@
+# Copyright (C) 2006 OpenWrt.org
+
# RULE SYNTAX:
#
# forward:<match>:<target>[:<port>]
diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init
index 3804d044f..e174d84bb 100755
--- a/package/iptables/files/firewall.init
+++ b/package/iptables/files/firewall.init
@@ -1,4 +1,5 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
## Please make changes in /etc/firewall.user
diff --git a/package/iptables/files/firewall.user b/package/iptables/files/firewall.user
index f13f50bf6..1fb862e9b 100755
--- a/package/iptables/files/firewall.user
+++ b/package/iptables/files/firewall.user
@@ -1,4 +1,6 @@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
. /etc/config/network
WAN="$wan_ifname"