diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-06-24 02:20:12 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 02:20:12 -0300 |
| commit | 3f3391e5f43eacf08eb5d57a2ecfdb1c8d6e98fa (patch) | |
| tree | 3da5da43991733d7a538cb38025f211133b0215f /isisd/isis_zebra.h | |
| parent | 2fb1599f65192d3b95ec7b0d17e1551c58a36518 (diff) | |
| parent | e075df3a05397a4623bbe07b63551e458bb89b65 (diff) | |
Merge pull request #6451 from Orange-OpenSource/dev_isis_sr
ISISd: Add Segment Routing local block (SRLB)
Diffstat (limited to 'isisd/isis_zebra.h')
| -rw-r--r-- | isisd/isis_zebra.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index 2fb54a6291..4449b63c2e 100644 --- a/isisd/isis_zebra.h +++ b/isisd/isis_zebra.h @@ -53,9 +53,9 @@ void isis_zebra_send_adjacency_sid(int cmd, const struct sr_adjacency *sra); int isis_distribute_list_update(int routetype); void isis_zebra_redistribute_set(afi_t afi, int type); void isis_zebra_redistribute_unset(afi_t afi, int type); +bool isis_zebra_label_manager_ready(void); +int isis_zebra_label_manager_connect(void); 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); +int isis_zebra_release_label_range(uint32_t start, uint32_t end); #endif /* _ZEBRA_ISIS_ZEBRA_H */ |
