>From 38bae4b76df77624e0d64c777e87c29c7fc60a53 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 9 Jul 2017 18:51:36 +0000 Subject: [PATCH 13/22] add ARPHDR_VSOCKMON from linux v4.12 new in linux commit 531b374834c891ae2abf800693074df35a7d1a36 --- include/net/if_arp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/if_arp.h b/include/net/if_arp.h index 361ecfc9..c832ff95 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -92,6 +92,7 @@ struct arphdr { #define ARPHRD_IP6GRE 823 #define ARPHRD_NETLINK 824 #define ARPHRD_6LOWPAN 825 +#define ARPHRD_VSOCKMON 826 #define ARPHRD_VOID 0xFFFF #define ARPHRD_NONE 0xFFFE -- 2.14.1