set ALLMULTI on bridged interfaces (should improve multicast bridging)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3079 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
9a26b46518
commit
b6119a90d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue