svn commit: r239430 - stable/9/sys/netinet
Ed Maste
emaste at FreeBSD.org
Mon Aug 20 14:42:29 UTC 2012
Author: emaste
Date: Mon Aug 20 14:42:29 2012
New Revision: 239430
URL: http://svn.freebsd.org/changeset/base/239430
Log:
MFC r236157: Add IPPROTO_MPLS (rfc4023) IP protocol definition
There are currently no in-tree consumers; I'm adding it now for use by
vendor code. This matches the change OpenBSD made while implementing
MPLS in gif(4).
Modified:
stable/9/sys/netinet/in.h
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/in.h
==============================================================================
--- stable/9/sys/netinet/in.h Mon Aug 20 14:37:50 2012 (r239429)
+++ stable/9/sys/netinet/in.h Mon Aug 20 14:42:29 2012 (r239430)
@@ -241,6 +241,7 @@ __END_DECLS
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */
#define IPPROTO_CARP 112 /* CARP */
#define IPPROTO_PGM 113 /* PGM */
+#define IPPROTO_MPLS 137 /* MPLS-in-IP */
#define IPPROTO_PFSYNC 240 /* PFSYNC */
/* 255: Reserved */
/* BSD Private, local use, namespace incursion, no longer used */
More information about the svn-src-stable-9
mailing list