>From 8c1f081568aca29685b9bc7dfceb03da5da5c8ad Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 26 Nov 2017 23:26:26 +0000 Subject: [PATCH 07/10] net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 new in linux commmit cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1 --- 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 c832ff95..27becc83 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -59,6 +59,7 @@ struct arphdr { #define ARPHRD_LAPB 516 #define ARPHRD_DDCMP 517 #define ARPHRD_RAWHDLC 518 +#define ARPHRD_RAWIP 519 #define ARPHRD_TUNNEL 768 #define ARPHRD_TUNNEL6 769 -- 2.15.0