about summary refs log tree commit diff
path: root/inet/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'inet/netinet')
-rw-r--r--inet/netinet/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index 10dae19d34..e57d9e0457 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -56,6 +56,7 @@ enum
     IPPROTO_MTP = 92,	   /* Multicast Transport Protocol.  */
     IPPROTO_ENCAP = 98,	   /* Encapsulation Header.  */
     IPPROTO_PIM = 103,	   /* Protocol Independent Multicast.  */
+    IPPROTO_COMP = 108,	   /* Compression Header Protocol.  */
     IPPROTO_RAW = 255,	   /* Raw IP packets.  */
     IPPROTO_MAX
   };