[package] firewall: fix bug in iface hotplug handler
[openwrt.git] / package / firewall / files / firewall.hotplug
index fa5643a..e9d167b 100644 (file)
@@ -8,8 +8,8 @@
 [ "$DEVICE" == "lo" ] && exit 0
 
 . /lib/firewall/core.sh
-fw_is_loaded || exit 0
 fw_init
+fw_is_loaded || exit 0
 
 case "$ACTION" in
        ifup)
This page took 0.019274 seconds and 4 git commands to generate.