summaryrefslogtreecommitdiff
path: root/zebra/label_manager.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-03-05 18:07:23 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-03-29 09:19:58 +0200
commit8288a24fc1b65cca0ff41bfa213bb9528d998d4f (patch)
tree634d58d842b121f0dffd6aa021ff0d10f4338257 /zebra/label_manager.c
parent502612797f23a5e7e0044c0e74d10fe6a172c6c9 (diff)
zebra: add the handling of table ids from remote daemons
This commit is connecting the table manager with remote daemons by handling the queries. As the function is similar in many points with label allocator, a function has been renamed. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/label_manager.c')
-rw-r--r--zebra/label_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/label_manager.c b/zebra/label_manager.c
index ad881b819c..38869e80ec 100644
--- a/zebra/label_manager.c
+++ b/zebra/label_manager.c
@@ -363,7 +363,7 @@ int release_label_chunk(uint8_t proto, unsigned short instance, uint32_t start,
* @param instance Instance, to identify the owner
* @return Number of chunks released
*/
-int release_daemon_chunks(uint8_t proto, unsigned short instance)
+int release_daemon_label_chunks(uint8_t proto, unsigned short instance)
{
struct listnode *node;
struct label_manager_chunk *lmc;