diff options
| author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2022-11-03 16:23:51 +0100 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2023-12-14 14:56:44 +0100 |
| commit | 8d0b4745a1acd5e363159a1b9732a0fd596413e5 (patch) | |
| tree | 3bd842ffb6f6c3f18b77455b4d756e88ceac2801 /zebra/zebra_script.c | |
| parent | 959267f7c201a84b90cc00ac2b7a0c0b3490c8b6 (diff) | |
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 <carmine.scarpitta@uniroma2.it>
Diffstat (limited to 'zebra/zebra_script.c')
| -rw-r--r-- | zebra/zebra_script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c index 3ebc6d974b..6c34d12c64 100644 --- a/zebra/zebra_script.c +++ b/zebra/zebra_script.c @@ -415,6 +415,7 @@ void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx) case DPLANE_OP_TC_FILTER_UPDATE: /* Not currently handled */ case DPLANE_OP_INTF_NETCONFIG: /*NYI*/ + case DPLANE_OP_SRV6_ENCAP_SRCADDR_SET: case DPLANE_OP_NONE: case DPLANE_OP_STARTUP_STAGE: break; |
