Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 9a3c7e73fac11d87621fa99dea7731f0f06e9d40 Author: Marek Lindner lindner_marek@yahoo.de Date: Tue Apr 23 21:39:59 2013 +0800
batctl: tvlv - add distributed arp table container
Create DAT container to announce DAT capabilities (if enabled).
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
9a3c7e73fac11d87621fa99dea7731f0f06e9d40 packet.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/packet.h b/packet.h index a7c5475..5a293da 100644 --- a/packet.h +++ b/packet.h @@ -121,9 +121,11 @@ enum batadv_bla_claimframe { /** * enum batadv_tvlv_type - tvlv type definitions * @BATADV_TVLV_GW: gateway tvlv + * @BATADV_TVLV_DAT: distributed arp table tvlv */ enum batadv_tvlv_type { BATADV_TVLV_GW = 0x01, + BATADV_TVLV_DAT = 0x02, };
/* the destination hardware field in the ARP frame is used to