the change to uci_firewall.sh omitted the necessary variables for the
/etc/firewall.user script and the like. This patch adds them again.
regards ede
Index: package/firewall/files/uci_firewall.sh
===================================================================
--- package/firewall/files/uci_firewall.sh (Revision 18608)
+++ package/firewall/files/uci_firewall.sh (Arbeitskopie)
@@ -397,6 +397,9 @@
}
fw_include() {
+ config_get WAN wan ifname
+ config_get WANDEV wan device
+ config_get LAN lan ifname
local path
config_get path $1 path
[ -e $path ] && . $path
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel