diff options
| author | Mark Stapp <mstapp@nvidia.com> | 2021-10-28 11:19:32 -0400 |
|---|---|---|
| committer | Mark Stapp <mstapp@nvidia.com> | 2022-02-25 09:53:02 -0500 |
| commit | 728f2017ae285aea6f7e8bda369eaae7a3083899 (patch) | |
| tree | 0be4d731da756ca03468d30d6274e322994ad7d3 /zebra/zebra_rib.c | |
| parent | d4bcd88d8a3a84b2933d1ddb6db5556f8e1614dc (diff) | |
zebra: add dplane type for NETCONF data
Add a new dplane op for interface NETCONF data; add the new
enum value to several switch statements.
Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index c386fc4871..bfcbe645dd 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -4334,6 +4334,7 @@ static void rib_process_dplane_results(struct thread *thread) case DPLANE_OP_BR_PORT_UPDATE: case DPLANE_OP_NEIGH_TABLE_UPDATE: case DPLANE_OP_GRE_SET: + case DPLANE_OP_INTF_NETCONFIG: case DPLANE_OP_NONE: /* Don't expect this: just return the struct? */ dplane_ctx_fini(&ctx); |
