diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-05-20 11:18:31 +0200 | 
|---|---|---|
| committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-06-23 16:36:56 +0200 | 
| commit | d8391312733858591cd13f36f6ba6e5411f34a69 (patch) | |
| tree | be6dcc9a136f7a9ee05bf19bc464289b5dd6a07f /isisd/isis_zebra.h | |
| parent | cba183561b53b3562ec7c4dd23115b02efc26e22 (diff) | |
isisd: Add Segment Routing Local Block support
Segment Routing Local Block (SRLB) is part of RFC8667. This change introduces
the possibility for isisd to advertize SRLB in LSP. Base and Range of SRLB
could be configured through CLI or Yang.
Adjacency-SID are now using this SRLB for label allocation. SRLB could also
be used for SID-Binding (e.g. LDP to SR).
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'isisd/isis_zebra.h')
| -rw-r--r-- | isisd/isis_zebra.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index b143d34626..e853ce34d9 100644 --- a/isisd/isis_zebra.h +++ b/isisd/isis_zebra.h @@ -51,7 +51,5 @@ void isis_zebra_redistribute_set(afi_t afi, int type);  void isis_zebra_redistribute_unset(afi_t afi, int type);  int isis_zebra_request_label_range(uint32_t base, uint32_t chunk_size);  void isis_zebra_release_label_range(uint32_t start, uint32_t end); -mpls_label_t isis_zebra_request_dynamic_label(void); -void isis_zebra_release_dynamic_label(mpls_label_t label);  #endif /* _ZEBRA_ISIS_ZEBRA_H */  | 
