I think that custom chains and fw_include should be reversed. Am I right?

Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]>

-- 

Index: package/firewall/files/uci_firewall.sh
===================================================================
--- package/firewall/files/uci_firewall.sh      (revisione 12401)
+++ package/firewall/files/uci_firewall.sh      (copia locale)
@@ -302,10 +302,10 @@
        config_foreach fw_forwarding forwarding
        echo "Loading redirects"
        config_foreach fw_redirect redirect
+       echo "Adding custom chains"
+       fw_custom_chains
        echo "Loading includes"
        config_foreach fw_include include
-       echo "Adding custom chains"
-       fw_custom_chains
 
        uci_set_state firewall core "" firewall_state 
        uci_set_state firewall core loaded 1
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to