projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move sysfs to mount_root
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
hotplug.d
/
net
/
10-net
diff --git
a/package/base-files/default/etc/hotplug.d/net/10-net
b/package/base-files/default/etc/hotplug.d/net/10-net
index
4579a84
..
0f384ec
100644
(file)
--- a/
package/base-files/default/etc/hotplug.d/net/10-net
+++ b/
package/base-files/default/etc/hotplug.d/net/10-net
@@
-139,7
+139,8
@@
do_register()
if [ "$INTERFACE" != "$if" ]; then
$DEBUG ifconfig "$INTERFACE" 0.0.0.0 up
- brctl addif "$if" "$INTERFACE"
+ $DEBUG brctl addif "$if" "$INTERFACE"
+ $DEBUG ifconfig "$INTERFACE" allmulti
else
do_ifup "$IFPROTO" "$IFTYPE" "$if"
fi
This page took
0.024816 seconds
and
4
git commands to generate.