summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-27 15:55:21 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-27 15:55:21 +0000
commitb3bb3489393e8cb37bb41cd2012305102dfc8085 (patch)
tree4b2443122425a0434ed382e4ef4e25ee4a1dc201 /package/firewall
parent00817589c7e0218a6040dc7de82eda25befb4d62 (diff)
fixes uci firewall init order, Signed-off-by: Roberto Riggio
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall')
-rwxr-xr-xpackage/firewall/files/uci_firewall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firewall/files/uci_firewall.sh b/package/firewall/files/uci_firewall.sh
index c488c1942..ca5d51267 100755
--- a/package/firewall/files/uci_firewall.sh
+++ b/package/firewall/files/uci_firewall.sh
@@ -302,10 +302,10 @@ fw_init() {
config_foreach fw_forwarding forwarding
echo "Loading redirects"
config_foreach fw_redirect redirect
- echo "Loading includes"
- config_foreach fw_include include
echo "Adding custom chains"
fw_custom_chains
+ echo "Loading includes"
+ config_foreach fw_include include
uci_set_state firewall core "" firewall_state
uci_set_state firewall core loaded 1