From 8d0b4745a1acd5e363159a1b9732a0fd596413e5 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Thu, 3 Nov 2022 16:23:51 +0100 Subject: zebra: Add code to set SRv6 encap source addr in dplane Add a bunch of set functions and associated data structure in zebra_dplane to allow the configuration of the source address for SRv6 encap in the data plane. Signed-off-by: Carmine Scarpitta --- zebra/kernel_socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/kernel_socket.c') diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index 4b42c134f5..b90be76e46 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -1622,6 +1622,7 @@ void kernel_update_multi(struct dplane_ctx_list_head *ctx_list) case DPLANE_OP_INTF_ADDR_ADD: case DPLANE_OP_INTF_ADDR_DEL: case DPLANE_OP_STARTUP_STAGE: + case DPLANE_OP_SRV6_ENCAP_SRCADDR_SET: zlog_err("Unhandled dplane data for %s", dplane_op2str(dplane_ctx_get_op(ctx))); res = ZEBRA_DPLANE_REQUEST_FAILURE; -- cgit v1.2.3