set ALLMULTI on bridged interfaces (should improve multicast bridging)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 31 Jan 2006 11:35:06 +0000 (11:35 +0000)
committerFelix 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

index fbf8e07bede83aa87d8a35b843a98aae8fc38435..7a7572870fded4ada88fea28943d2fe1b49126ac 100755 (executable)
@@ -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}