Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 21231f37bfc7b85deed4751e39d7638315e9e67a Author: Sven Eckelmann sven@narfation.org Date: Thu Mar 28 22:27:19 2019 +0000
doc: batman-adv/Batman-adv-openwrt-config: add multicast_fanout batadv option
21231f37bfc7b85deed4751e39d7638315e9e67a batman-adv/Batman-adv-openwrt-config.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Batman-adv-openwrt-config.textile b/batman-adv/Batman-adv-openwrt-config.textile index 6648258..6068b5e 100644 --- a/batman-adv/Batman-adv-openwrt-config.textile +++ b/batman-adv/Batman-adv-openwrt-config.textile @@ -66,6 +66,7 @@ config interface 'bat0' option bridge_loop_avoidance 1 option distributed_arp_table 1 option multicast_mode 1 + option multicast_fanout 16 option network_coding 0 option hop_penalty 30 option isolation_mark '0x00000000/0x00000000' @@ -120,7 +121,6 @@ config interface 'my_bat_vlan1'
Any VLAN specific option can still be listed in the batadv meshif configuration for 'bat0' and in that case they will affect the behaviour only for the plain mesh interface (i.e. bat0 - the untagged LAN).
- h2. Batman-adv 2013.0.0 till 2019.0-2
With batman-adv 2013.0.0 the OpenWrt package was converted to integrate with OpenWrt's netifd system. This has some impact on the configuration but not much.