From: Jo-Philipp Wich Date: Sun, 25 Jan 2009 19:38:08 +0000 (+0000) Subject: modules/freifunk: ensure right order in hotplug processing when applying nat fixes X-Git-Tag: 0.9.0~732 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=679df1fb9a27abb9ca322a0af57d73d5431715a4 modules/freifunk: ensure right order in hotplug processing when applying nat fixes --- diff --git a/modules/freifunk/root/etc/firewall.freifunk b/modules/freifunk/root/etc/firewall.freifunk index ac3fcc55d..663fc615a 100644 --- a/modules/freifunk/root/etc/firewall.freifunk +++ b/modules/freifunk/root/etc/firewall.freifunk @@ -48,4 +48,6 @@ apply_nat_fix() { (ACTION="ifup" INTERFACE="$1" . /etc/hotplug.d/iface/22-firewall-nat-fix ) } +uci_set_state firewall core loaded 1 +config_foreach fw_addif interface config_foreach apply_nat_fix interface