]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_zebra.h
build: test program needs to be warning-free
[mirror_frr.git] / ospfd / ospf_zebra.h
index 6a79f39fa40585ca2c3502ec339e963799b474ba..bdc8af04029b81e45ff3ee94692dabad2470c045 100644 (file)
@@ -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 */