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:
9a26b46
)
set ALLMULTI on bridged interfaces (should improve multicast bridging)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jan 2006 11:36:01 +0000
(11:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jan 2006 11:36:01 +0000
(11:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3079
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/hotplug.d/net/10-net
patch
|
blob
|
history
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