add missing if_arp.h constant
authorDaniel Sabogal <dsabogalcc@gmail.com>
Mon, 5 Sep 2016 02:30:42 +0000 (22:30 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 20:55:51 +0000 (16:55 -0400)
ARPHRD_6LOWPAN (IPv6 over LoWPAN) added in
linux 3.14 commit 0abc652c796dab74d34d60473ec5594cd21620be

include/net/if_arp.h

index 18d5dcf..361ecfc 100644 (file)
@@ -91,6 +91,7 @@ struct arphdr {
 #define ARPHRD_CAIF 822
 #define ARPHRD_IP6GRE 823
 #define ARPHRD_NETLINK 824
+#define ARPHRD_6LOWPAN 825
 
 #define ARPHRD_VOID      0xFFFF
 #define ARPHRD_NONE      0xFFFE