projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b060e95
)
[package] firewall: fix bug in iface hotplug handler
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 5 May 2010 01:43:08 +0000
(
01:43
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 5 May 2010 01:43:08 +0000
(
01:43
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21360
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/firewall/files/firewall.hotplug
patch
|
blob
|
history
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)