summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-05-11 09:25:11 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-05-11 09:25:11 +0000
commit1b7752fdde26fac73c4c3bb416b412ce523cc945 (patch)
tree81f3ac0cd1295e9def65da2ae13dd6ebb1b4ea8d /sys
parent432ff65a43723f8e2fd5ab2922f37dbdaf16bed3 (diff)
Add IPPROTO_MPLS for MPLS in gif(4) encapsulation.
OK sthen@
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index bd7a2289ca0..87ceda5a391 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.82 2009/10/04 16:08:37 michele Exp $ */
+/* $OpenBSD: in.h,v 1.83 2010/05/11 09:25:10 claudio Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -73,6 +73,7 @@
#define IPPROTO_PIM 103 /* Protocol indep. multicast */
#define IPPROTO_IPCOMP 108 /* IP Payload Comp. Protocol */
#define IPPROTO_CARP 112 /* CARP */
+#define IPPROTO_MPLS 137 /* unicast MPLS packet */
#define IPPROTO_PFSYNC 240 /* PFSYNC */
#define IPPROTO_RAW 255 /* raw IP packet */