On Tuesday, 14 May 2019 09:38:58 CEST Linus Lüssing wrote:
diff --git a/include/uapi/linux/batadv_packet.h b/include/uapi/linux/batadv_packet.h index 4ebc2135..2ec59e4a 100644 --- a/include/uapi/linux/batadv_packet.h +++ b/include/uapi/linux/batadv_packet.h @@ -164,6 +164,7 @@ enum batadv_bla_claimframe {
- @BATADV_TVLV_TT: translation table tvlv
- @BATADV_TVLV_ROAM: roaming advertisement tvlv
- @BATADV_TVLV_MCAST: multicast capability tvlv
*/
- @BATADV_TVLV_BCAST: broadcast capability tvlv
enum batadv_tvlv_type { BATADV_TVLV_GW = 0x01, @@ -172,6 +173,7 @@ enum batadv_tvlv_type { BATADV_TVLV_TT = 0x04, BATADV_TVLV_ROAM = 0x05, BATADV_TVLV_MCAST = 0x06,
BATADV_TVLV_BCAST = 0x07,
};
Please submit the batctl td support for this tvlv. It also looks like the mcast tvlv is also missing.
Kind regards, Sven