Browse Source

netinet/in.h: add IPPROTO_MH

Fix compile of latest iproute2 package.

Reported-By: Baruch Siach <baruch@tkos.co.il>
Waldemar Brodkorb 6 years ago
parent
commit
85c9aaf9e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/netinet/in.h

+ 2 - 0
include/netinet/in.h

@@ -84,6 +84,8 @@ enum
 #define IPPROTO_COMP		IPPROTO_COMP
     IPPROTO_SCTP = 132,	   /* Stream Control Transmission Protocol.  */
 #define IPPROTO_SCTP		IPPROTO_SCTP
+    IPPROTO_MH = 135,      /* IPv6 mobility header.  */
+#define IPPROTO_MH		IPPROTO_MH
     IPPROTO_UDPLITE = 136, /* UDP-Lite protocol.  */
 #define IPPROTO_UDPLITE		IPPROTO_UDPLITE
     IPPROTO_RAW = 255,	   /* Raw IP packets.  */