gluon-mesh-batman-adv-core: Always forward towards mesh/batman-adv

An IGMP/MLD domain split will prevent us from being able to track
multicast listeners on other nodes.

Therefore we need to always hand any multicast packets we received from
local clients to batman-adv. With bridge multicast snooping disabled,
the current setting in Gluon, this is already the case.

However, in preparation to enabling multicast snooping, we need to
enforce forwarding towards batman-adv by setting the bridge port
option "multicast_router" to 2.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
This commit is contained in:
Linus Lüssing 2016-03-08 07:55:55 +01:00
parent 01878f4bbc
commit ca9a6f34f3
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ uci:section('network', 'interface', 'bat0',
ifname = 'bat0',
proto = 'none',
macaddr = sysconfig.primary_mac,
multicast_router = 2,
}
)