summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/zclient.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/zclient.c b/lib/zclient.c
index de3aed46e9..4d8fbdf157 100644
--- a/lib/zclient.c
+++ b/lib/zclient.c
@@ -2762,12 +2762,6 @@ int srv6_manager_get_locator_chunk(struct zclient *zclient,
zclient_create_header(s, ZEBRA_SRV6_MANAGER_GET_LOCATOR_CHUNK,
VRF_DEFAULT);
- /* proto */
- stream_putc(s, zclient->redist_default);
-
- /* instance */
- stream_putw(s, zclient->instance);
-
/* locator_name */
stream_putw(s, len);
stream_put(s, locator_name, len);
@@ -2803,12 +2797,6 @@ int srv6_manager_release_locator_chunk(struct zclient *zclient,
zclient_create_header(s, ZEBRA_SRV6_MANAGER_RELEASE_LOCATOR_CHUNK,
VRF_DEFAULT);
- /* proto */
- stream_putc(s, zclient->redist_default);
-
- /* instance */
- stream_putw(s, zclient->instance);
-
/* locator_name */
stream_putw(s, len);
stream_put(s, locator_name, len);