batman-adv: enable mesh-wide, multi-target multicast-to-unicast support
With multicast_fanout limit set to 16, meaning a fallback to classic broadcast flooding in case of more than 16 recipient nodes. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
This commit is contained in:
parent
1c5d7f91ca
commit
5d55deabbc
@ -19,7 +19,8 @@ uci:section('batman-adv', 'mesh', 'bat0', {
|
|||||||
gw_sel_class = gw_sel_class,
|
gw_sel_class = gw_sel_class,
|
||||||
hop_penalty = 15,
|
hop_penalty = 15,
|
||||||
routing_algo = routing_algo,
|
routing_algo = routing_algo,
|
||||||
multicast_mode = false,
|
multicast_mode = true,
|
||||||
|
multicast_fanout = 16,
|
||||||
})
|
})
|
||||||
uci:save('batman-adv')
|
uci:save('batman-adv')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user