Repository : ssh://git@diktynna/doc On branches: backup-redmine,main
commit 06ccdc107230820c4d2867159c020842b3b4b171 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Apr 19 01:56:24 2024 +0000
doc: batman-adv/Multicast-optimizations-tech
06ccdc107230820c4d2867159c020842b3b4b171 batman-adv/Multicast-optimizations-tech.textile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/batman-adv/Multicast-optimizations-tech.textile b/batman-adv/Multicast-optimizations-tech.textile index d1ddc949..6c4bd9be 100644 --- a/batman-adv/Multicast-optimizations-tech.textile +++ b/batman-adv/Multicast-optimizations-tech.textile @@ -48,7 +48,14 @@ h4. BATADV_MCAST_WANT_NO_RTR6 (Bit 4):
Signalizes that we have no IPv6 multicast router and therefore only need routable IPv6 multicast packets we signed up for explicitly.
-h4. Bits 5 to 7: +h4. BATADV_MCAST_HAVE_MC_PTYPE_CAPA (Bit 5): + +Signalizes that: + +# This node is capable of receiving, parsing and forwarding a batman-adv multicast packet with a multicast tracker TVLV. +# All hard interfaces of this node have an MTU of at least 1280. + +h4. Bits 6 to 7:
reserved for future extensions