mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-17 08:41:06 +02:00
set ALLMULTI on bridged interfaces (should improve multicast bridging)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
33d39081fb
commit
bc766b82db
@ -139,7 +139,8 @@ do_register()
|
|||||||
|
|
||||||
if [ "$INTERFACE" != "$if" ]; then
|
if [ "$INTERFACE" != "$if" ]; then
|
||||||
$DEBUG ifconfig "$INTERFACE" 0.0.0.0 up
|
$DEBUG ifconfig "$INTERFACE" 0.0.0.0 up
|
||||||
brctl addif "$if" "$INTERFACE"
|
$DEBUG brctl addif "$if" "$INTERFACE"
|
||||||
|
$DEBUG ifconfig "$INTERFACE" allmulti
|
||||||
else
|
else
|
||||||
do_ifup "$IFPROTO" "$IFTYPE" "$if"
|
do_ifup "$IFPROTO" "$IFTYPE" "$if"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user