diff options
Diffstat (limited to 'ospfd/ospf_zebra.h')
| -rw-r--r-- | ospfd/ospf_zebra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospf_zebra.h b/ospfd/ospf_zebra.h index 6a79f39fa4..bdc8af0402 100644 --- a/ospfd/ospf_zebra.h +++ b/ospfd/ospf_zebra.h @@ -102,4 +102,8 @@ int ospf_external_info_apply_default_routemap(struct ospf *ospf, extern void ospf_zebra_send_arp(const struct interface *ifp, const struct prefix *p); +bool ospf_zebra_label_manager_ready(void); +int ospf_zebra_label_manager_connect(void); +int ospf_zebra_request_label_range(uint32_t base, uint32_t chunk_size); +int ospf_zebra_release_label_range(uint32_t start, uint32_t end); #endif /* _ZEBRA_OSPF_ZEBRA_H */ |
