modules/freifunk: ensure right order in hotplug processing when applying nat fixes

This commit is contained in:
Jo-Philipp Wich 2009-01-25 19:38:08 +00:00
parent e71a8b1641
commit 679df1fb9a

View file

@ -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