set ALLMULTI on bridged interfaces (should improve multicast bridging)
[openwrt.git] / openwrt / package / base-files / default / etc / hotplug.d / net / 10-net
index 4579a84..0f384ec 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
This page took 0.02101 seconds and 4 git commands to generate.