diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/mpls.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/uapi/linux/mpls.h b/include/uapi/linux/mpls.h index 0fe6ea5a41d5..139d4dd1cab8 100644 --- a/include/uapi/linux/mpls.h +++ b/include/uapi/linux/mpls.h | |||
| @@ -32,13 +32,13 @@ struct mpls_label { | |||
| 32 | #define MPLS_LS_TTL_SHIFT 0 | 32 | #define MPLS_LS_TTL_SHIFT 0 |
| 33 | 33 | ||
| 34 | /* Reserved labels */ | 34 | /* Reserved labels */ |
| 35 | #define MPLS_LABEL_IPV4_EXPLICIT_NULL 0 /* RFC3032 */ | 35 | #define MPLS_LABEL_IPV4NULL 0 /* RFC3032 */ |
| 36 | #define MPLS_LABEL_ROUTER_ALERT 1 /* RFC3032 */ | 36 | #define MPLS_LABEL_RTALERT 1 /* RFC3032 */ |
| 37 | #define MPLS_LABEL_IPV6_EXPLICIT_NULL 2 /* RFC3032 */ | 37 | #define MPLS_LABEL_IPV6NULL 2 /* RFC3032 */ |
| 38 | #define MPLS_LABEL_IMPLICIT_NULL 3 /* RFC3032 */ | 38 | #define MPLS_LABEL_IMPLNULL 3 /* RFC3032 */ |
| 39 | #define MPLS_LABEL_ENTROPY_INDICATOR 7 /* RFC6790 */ | 39 | #define MPLS_LABEL_ENTROPY 7 /* RFC6790 */ |
| 40 | #define MPLS_LABEL_GAL 13 /* RFC5586 */ | 40 | #define MPLS_LABEL_GAL 13 /* RFC5586 */ |
| 41 | #define MPLS_LABEL_OAM_ALERT 14 /* RFC3429 */ | 41 | #define MPLS_LABEL_OAMALERT 14 /* RFC3429 */ |
| 42 | #define MPLS_LABEL_EXTENSION 15 /* RFC7274 */ | 42 | #define MPLS_LABEL_EXTENSION 15 /* RFC7274 */ |
| 43 | 43 | ||
| 44 | #endif /* _UAPI_MPLS_H */ | 44 | #endif /* _UAPI_MPLS_H */ |
