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