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:
53c1991
)
do not run hotplug event for aliases
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Apr 2009 00:43:23 +0000
(
00:43
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Apr 2009 00:43:23 +0000
(
00:43
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15224
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
0ab46c1
..
d0aa33d
100755
(executable)
--- a/
package/base-files/files/lib/network/config.sh
+++ b/
package/base-files/files/lib/network/config.sh
@@
-179,6
+179,9
@@
setup_interface_static() {
done
}
+ config_get type "$config" TYPE
+ [ "$type" = "alias" ] && return 0
+
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
}