diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-07-12 17:09:33 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-12 17:09:33 -0300 |
| commit | 07a4ddf2b65d858d427b18769a20e4aa7f7682cd (patch) | |
| tree | 145f464ee88c985d944e7d1b84acb798f64ca525 /lib/mpls.h | |
| parent | 6b0be3df1f7fb81dd05ae84f7ef935b7b8ebd161 (diff) | |
| parent | 0b0b502f08736f1e5470fd64b9c480c7cced46a1 (diff) | |
Merge pull request #4660 from manuhalo/label_manager_fixes
Label manager improvements + refactor
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 b140c8e317..d7b56c47bd 100644 --- a/lib/mpls.h +++ b/lib/mpls.h @@ -54,6 +54,7 @@ extern "C" { #define MPLS_LABEL_RESERVED_MAX 15 #define MPLS_LABEL_UNRESERVED_MIN 16 #define MPLS_LABEL_UNRESERVED_MAX 1048575 +#define MPLS_LABEL_BASE_ANY 0 /* Default min and max SRGB label range */ /* Even if the SRGB allows to manage different Label space between routers, |
