aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Herbert <tom@herbertland.com>2015-06-04 12:16:37 -0400
committerDavid S. Miller <davem@davemloft.net>2015-06-04 18:44:30 -0400
commit730fc4371333636a00fed32c587fc1e85c5367e2 (patch)
tree538e137a275985570e1a95b97fefdf8e0a264811
parentce3b5355477ce99bffa60a6a215f2e11db4b649c (diff)
mpls: Add definition for IPPROTO_MPLS
Add uapi define for MPLS over IP. Acked-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/uapi/linux/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/in.h b/include/uapi/linux/in.h
index 589ced069e8a..641338bef651 100644
--- a/include/uapi/linux/in.h
+++ b/include/uapi/linux/in.h
@@ -69,6 +69,8 @@ enum {
69#define IPPROTO_SCTP IPPROTO_SCTP 69#define IPPROTO_SCTP IPPROTO_SCTP
70 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */ 70 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
71#define IPPROTO_UDPLITE IPPROTO_UDPLITE 71#define IPPROTO_UDPLITE IPPROTO_UDPLITE
72 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */
73#define IPPROTO_MPLS IPPROTO_MPLS
72 IPPROTO_RAW = 255, /* Raw IP packets */ 74 IPPROTO_RAW = 255, /* Raw IP packets */
73#define IPPROTO_RAW IPPROTO_RAW 75#define IPPROTO_RAW IPPROTO_RAW
74 IPPROTO_MAX 76 IPPROTO_MAX