set ALLMULTI on bridged interfaces (should improve multicast bridging)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 31 Jan 2006 11:36:01 +0000 (11:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 31 Jan 2006 11:36:01 +0000 (11:36 +0000)
SVN-Revision: 3079

openwrt/package/base-files/default/etc/hotplug.d/net/10-net

index 4579a84704bf6d4166f0d35020ce647a46604efa..0f384ec46b580e6577677250c188960f09227bb6 100644 (file)
@@ -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