summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-11-14 16:13:39 +0200
committerGitHub <noreply@github.com>2022-11-14 16:13:39 +0200
commit84f784fafa34b4fe4021d9a17fbffe5bc2fff32e (patch)
tree4d893c0f1c3765ab3b082dc45c44c36ef3e7f402 /zebra/zapi_msg.c
parentedb904e81cdbd9c5b869f2e029d50fa13d69f7b5 (diff)
parent439d4c9b03f37522376e2466c67540f63d40891b (diff)
Merge pull request #12219 from cscarpitta/feature/srv6-usid-behavior-support
bgpd, zebra: Add support for SRv6 uSID Behaviors
Diffstat (limited to 'zebra/zapi_msg.c')
-rw-r--r--zebra/zapi_msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c
index a3db53f296..85eb6b3451 100644
--- a/zebra/zapi_msg.c
+++ b/zebra/zapi_msg.c
@@ -2710,6 +2710,7 @@ int zsend_srv6_manager_get_locator_chunk_response(struct zserv *client,
chunk.keep = 0;
chunk.proto = client->proto;
chunk.instance = client->instance;
+ chunk.flags = loc->flags;
zclient_create_header(s, ZEBRA_SRV6_MANAGER_GET_LOCATOR_CHUNK, vrf_id);
zapi_srv6_locator_chunk_encode(s, &chunk);