This adds ARPHRD_6LOWPAN to if_arp.h Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/if_arp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backport/backport-include/linux/if_arp.h b/backport/backport-include/linux/if_arp.h index dbbea2d..b542423 100644 --- a/backport/backport-include/linux/if_arp.h +++ b/backport/backport-include/linux/if_arp.h @@ -7,4 +7,8 @@ #define ARPHRD_IEEE802154_MONITOR 805 /* IEEE 802.15.4 network monitor */ #endif +#ifndef ARPHRD_6LOWPAN +#define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ +#endif + #endif /* _BACKPORTS_LINUX_AF_ARP_H */ -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html