summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorHiroki Shirokura <slank.dev@gmail.com>2021-03-22 01:45:33 +0000
committerMark Stapp <mjs@voltanet.io>2021-06-02 10:24:48 -0400
commita9510347aa9126fbbca09679a170b10c63ef851c (patch)
treed5e1696cd76f2e0c2ed0e5c8f2e7a9014a836895 /lib/zclient.h
parent4c6a567d724170e742730d56daf15a49db37d714 (diff)
zebra: delete unneeded zebra_srv6_manager_connect
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index d9ca6a859d..c41d25133d 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -219,7 +219,6 @@ typedef enum {
ZEBRA_EVPN_REMOTE_NH_DEL,
ZEBRA_SRV6_LOCATOR_ADD,
ZEBRA_SRV6_LOCATOR_DELETE,
- ZEBRA_SRV6_MANAGER_CONNECT,
ZEBRA_SRV6_MANAGER_GET_LOCATOR_CHUNK,
ZEBRA_SRV6_MANAGER_RELEASE_LOCATOR_CHUNK,
ZEBRA_ERROR,
@@ -1070,7 +1069,6 @@ extern int tm_get_table_chunk(struct zclient *zclient, uint32_t chunk_size,
uint32_t *start, uint32_t *end);
extern int tm_release_table_chunk(struct zclient *zclient, uint32_t start,
uint32_t end);
-extern int srv6_manager_connect(struct zclient *zclient);
extern int srv6_manager_get_locator_chunk(struct zclient *zclient,
const char *locator_name);
extern int srv6_manager_release_locator_chunk(struct zclient *zclient,