net: if_arp: add ARPHRD_6LOWPAN type
authorJukka Rissanen <[email protected]>
Wed, 11 Dec 2013 15:05:35 +0000 (17:05 +0200)
committerMarcel Holtmann <[email protected]>
Wed, 11 Dec 2013 20:57:55 +0000 (12:57 -0800)
Used for IPv6 over LoWPAN networks. Example of this is
Bluetooth 6LoWPAN network.

Signed-off-by: Jukka Rissanen <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
include/uapi/linux/if_arp.h

index d7fea3496f323078739fc6c6148be125f79797c3..4d024d75d64ba8b7831cdb1d61384e47ac14ef33 100644 (file)
@@ -94,6 +94,7 @@
 #define ARPHRD_CAIF    822             /* CAIF media type              */
 #define ARPHRD_IP6GRE  823             /* GRE over IPv6                */
 #define ARPHRD_NETLINK 824             /* Netlink header               */
+#define ARPHRD_6LOWPAN 825             /* IPv6 over LoWPAN             */
 
 #define ARPHRD_VOID      0xFFFF        /* Void type, nothing is known */
 #define ARPHRD_NONE      0xFFFE        /* zero header length */