Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: if_arp: add ARPHRD_6LOWPAN type

Used for IPv6 over LoWPAN networks. Example of this is
Bluetooth 6LoWPAN network.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Jukka Rissanen and committed by
Marcel Holtmann
0abc652c 8df8c56a

+1
+1
include/uapi/linux/if_arp.h
··· 94 94 #define ARPHRD_CAIF 822 /* CAIF media type */ 95 95 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ 96 96 #define ARPHRD_NETLINK 824 /* Netlink header */ 97 + #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ 97 98 98 99 #define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */ 99 100 #define ARPHRD_NONE 0xFFFE /* zero header length */