summaryrefslogtreecommitdiffstats
path: root/package/firewall/files/lib/uci_firewall.sh
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-01 18:22:01 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-01 18:22:01 +0000
commite8be3016c98c2e7d81755c4eae34ea3c60f4b3f9 (patch)
treec2bf3d0e96906797339230fbdb5c75a268fb9f1e /package/firewall/files/lib/uci_firewall.sh
parent35989ffd58dc41981d5e12d2e0b369d7ad9f12fc (diff)
[package] firewall:
- replace uci firewall with a modular dual stack implementation developed by Malte S. Stretz - bump version to 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/lib/uci_firewall.sh')
-rw-r--r--package/firewall/files/lib/uci_firewall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/firewall/files/lib/uci_firewall.sh b/package/firewall/files/lib/uci_firewall.sh
new file mode 100644
index 000000000..7c95a7a93
--- /dev/null
+++ b/package/firewall/files/lib/uci_firewall.sh
@@ -0,0 +1,5 @@
+# This file is here for backwards compatibility and to override the
+# uci_firewall.sh from an earlier version.
+type fw_is_loaded >/dev/null || {
+ . /lib/firewall/core.sh
+}