net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
authorSzabolcs Nagy <nsz@port70.net>
Sun, 26 Nov 2017 23:26:26 +0000 (23:26 +0000)
committerRich Felker <dalias@aerifal.cx>
Thu, 22 Feb 2018 23:47:49 +0000 (18:47 -0500)
new in linux commmit cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1

include/net/if_arp.h

index c832ff9519dbf1d00b5ad047affced417b502602..27becc835eeb458830f990fbb29621a8229e694d 100644 (file)
@@ -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