diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-09-17 20:49:52 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-17 20:49:52 -0300 |
| commit | 957ef1c93abd4f6a0abc8ee20b0c46effb02c023 (patch) | |
| tree | c383116beb95e664f47920abe56cfd147609bd92 /lib/mpls.h | |
| parent | 65c600c731185b5de8c8e8bf9570d799f5439723 (diff) | |
| parent | 1b3f47d04cd48eea3de2d859da8541896519dfa4 (diff) | |
Merge pull request #4966 from Orange-OpenSource/isis-TE
isisd: Update TLVs processing for TE, RI & SR
Diffstat (limited to 'lib/mpls.h')
| -rw-r--r-- | lib/mpls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mpls.h b/lib/mpls.h index 472ee9bc46..635ecc77a1 100644 --- a/lib/mpls.h +++ b/lib/mpls.h @@ -47,6 +47,7 @@ extern "C" { #define MPLS_LABEL_OAM_ALERT 14 /* [RFC3429] */ #define MPLS_LABEL_EXTENSION 15 /* [RFC7274] */ #define MPLS_LABEL_MAX 1048575 +#define MPLS_LABEL_VALUE_MASK 0x000FFFFF #define MPLS_LABEL_NONE 0xFFFFFFFF /* for internal use only */ /* Minimum and maximum label values */ |
