We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3b535 commit 730fc43Copy full SHA for 730fc43
include/uapi/linux/in.h
@@ -69,6 +69,8 @@ enum {
69
#define IPPROTO_SCTP IPPROTO_SCTP
70
IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
71
#define IPPROTO_UDPLITE IPPROTO_UDPLITE
72
+ IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */
73
+#define IPPROTO_MPLS IPPROTO_MPLS
74
IPPROTO_RAW = 255, /* Raw IP packets */
75
#define IPPROTO_RAW IPPROTO_RAW
76
IPPROTO_MAX
0 commit comments