summaryrefslogtreecommitdiff
path: root/zebra/zebra_script.c
diff options
context:
space:
mode:
authorMark Stapp <mstapp@nvidia.com>2021-10-28 11:19:32 -0400
committerMark Stapp <mstapp@nvidia.com>2022-02-25 09:53:02 -0500
commit728f2017ae285aea6f7e8bda369eaae7a3083899 (patch)
tree0be4d731da756ca03468d30d6274e322994ad7d3 /zebra/zebra_script.c
parentd4bcd88d8a3a84b2933d1ddb6db5556f8e1614dc (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_script.c')
-rw-r--r--zebra/zebra_script.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c
index 0e19376abe..4087749fd7 100644
--- a/zebra/zebra_script.c
+++ b/zebra/zebra_script.c
@@ -412,6 +412,8 @@ void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
lua_setfield(L, -2, "mtu");
}
lua_setfield(L, -2, "gre");
+
+ case DPLANE_OP_INTF_NETCONFIG: /*NYI*/
case DPLANE_OP_NONE:
break;
} /* Dispatch by op code */