modules/freifunk: ensure right order in hotplug processing when applying nat fixes
This commit is contained in:
parent
e71a8b1641
commit
679df1fb9a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue