From 728f2017ae285aea6f7e8bda369eaae7a3083899 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 28 Oct 2021 11:19:32 -0400 Subject: 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 --- zebra/zebra_script.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zebra/zebra_script.c') 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 */ -- cgit v1.2.3