From bc35d6916aeb96d087e0993a1e1f1a4e334ffe79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Sat, 5 Sep 2015 04:53:58 +0200 Subject: [PATCH] gluon-mesh-batman-adv-core: Always forward towards mesh/batman-adv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we just segmented the IGMP/MLD domain between node and mesh boundaries, we will not be able to keep track of multicast listeners on other nodes from the bridge anymore. Therefore we need to always hand any multicast packets we received from local clients to batman-adv. We can do this by setting the bridge port option "multicast_router" to 2. Signed-off-by: Linus Lüssing --- .../files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh b/package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh index b35aa010..071bf9ff 100755 --- a/package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh +++ b/package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh @@ -55,6 +55,7 @@ uci:section('network', 'interface', 'bat0', ifname = 'bat0', proto = 'none', macaddr = sysconfig.primary_mac, + multicast_router = 2, } )