projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c585894
)
set ALLMULTI on bridged interfaces (should improve multicast bridging)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jan 2006 11:35:06 +0000
(11:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Jan 2006 11:35:06 +0000
(11:35 +0000)
SVN-Revision: 3078
openwrt/package/base-files/default/sbin/ifup
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/sbin/ifup
b/openwrt/package/base-files/default/sbin/ifup
index fbf8e07bede83aa87d8a35b843a98aae8fc38435..7a7572870fded4ada88fea28943d2fe1b49126ac 100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/ifup
+++ b/
openwrt/package/base-files/default/sbin/ifup
@@
-24,6
+24,7
@@
if [ "${if%%[0-9]}" = "br" ]; then
${mac:+$DEBUG ifconfig $sif down hw ether $mac}
$DEBUG ifconfig $sif 0.0.0.0 up
$DEBUG brctl addif $if $sif
+ $DEBUG ifconfig $sif allmulti
done
else
${mac:+$DEBUG ifconfig $if down hw ether $mac}