diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2013-04-23 09:39:59 -0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-09 15:22:27 -0400 |
commit | 17cf0ea455f1a4a7e8436ef96236999e9c452a93 (patch) | |
tree | 86b0a10dc27b3c32f27c13f15bc3e43291cacca9 /net/batman-adv/packet.h | |
parent | 414254e342a0d58144de40c3da777521ebaeeb07 (diff) |
batman-adv: tvlv - add distributed arp table container
Create DAT container to announce DAT capabilities (if enabled).
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/batman-adv/packet.h')
-rw-r--r-- | net/batman-adv/packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h index 6d0b3a73cee7..8d470b2696ac 100644 --- a/net/batman-adv/packet.h +++ b/net/batman-adv/packet.h | |||
@@ -121,9 +121,11 @@ enum batadv_bla_claimframe { | |||
121 | /** | 121 | /** |
122 | * enum batadv_tvlv_type - tvlv type definitions | 122 | * enum batadv_tvlv_type - tvlv type definitions |
123 | * @BATADV_TVLV_GW: gateway tvlv | 123 | * @BATADV_TVLV_GW: gateway tvlv |
124 | * @BATADV_TVLV_DAT: distributed arp table tvlv | ||
124 | */ | 125 | */ |
125 | enum batadv_tvlv_type { | 126 | enum batadv_tvlv_type { |
126 | BATADV_TVLV_GW = 0x01, | 127 | BATADV_TVLV_GW = 0x01, |
128 | BATADV_TVLV_DAT = 0x02, | ||
127 | }; | 129 | }; |
128 | 130 | ||
129 | /* the destination hardware field in the ARP frame is used to | 131 | /* the destination hardware field in the ARP frame is used to |