projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] firewall: fix bug in iface hotplug handler
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.hotplug
diff --git
a/package/firewall/files/firewall.hotplug
b/package/firewall/files/firewall.hotplug
index
fa5643a
..
e9d167b
100644
(file)
--- a/
package/firewall/files/firewall.hotplug
+++ b/
package/firewall/files/firewall.hotplug
@@
-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.