summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-31 11:36:01 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-31 11:36:01 +0000
commit9fb8b63294b0469571d03387f4f2146645fa2f09 (patch)
tree0167a0eebece42a0e319b34eee0b4d2ebe728a70 /package/base-files
parent34ef6fcb4c61ecd1d35c73dc8e240e8d1e3028e9 (diff)
set ALLMULTI on bridged interfaces (should improve multicast bridging)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3079 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/default/etc/hotplug.d/net/10-net3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/default/etc/hotplug.d/net/10-net b/package/base-files/default/etc/hotplug.d/net/10-net
index 4579a8470..0f384ec46 100644
--- a/package/base-files/default/etc/hotplug.d/net/10-net
+++ b/package/base-files/default/etc/hotplug.d/net/10-net
@@ -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