firewall: fix bug in iface hotplug handler
SVN-Revision: 21360
This commit is contained in:
parent
ffbff1a43c
commit
3c2149a759
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue