Repository : ssh://git@diktynna/batctl
On branches: main,main
---------------------------------------------------------------
commit ea10c029b0aafd78b3d98243e84e5d6ba50cfcda
Author: Linus L��ssing <linus.luessing(a)c0d3.blue>
Date: Tue Dec 27 20:34:06 2022 +0100
batman-adv: prepare for tvlv enabled multicast packet type
Signed-off-by: Linus L��ssing <linus.luessing(a)c0d3.blue>
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
---------------------------------------------------------------
ea10c029b0aafd78b3d98243e84e5d6ba50cfcda
batadv_packet.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/batadv_packet.h b/batadv_packet.h
index ea4692c..9204e44 100644
--- a/batadv_packet.h
+++ b/batadv_packet.h
@@ -26,6 +26,7 @@
* @BATADV_CODED: network coded packets
* @BATADV_ELP: echo location packets for B.A.T.M.A.N. V
* @BATADV_OGM2: originator messages for B.A.T.M.A.N. V
+ * @BATADV_MCAST: multicast packet with multiple destination addresses
*
* @BATADV_UNICAST: unicast packets carrying unicast payload traffic
* @BATADV_UNICAST_FRAG: unicast packets carrying a fragment of the original
@@ -42,6 +43,7 @@ enum batadv_packettype {
BATADV_CODED = 0x02,
BATADV_ELP = 0x03,
BATADV_OGM2 = 0x04,
+ BATADV_MCAST = 0x05,
/* 0x40 - 0x7f: unicast */
#define BATADV_UNICAST_MIN 0x40
BATADV_UNICAST = 0x40,