diff options
Diffstat (limited to 'zebra/zebra_script.c')
| -rw-r--r-- | zebra/zebra_script.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c index 0e19376abe..9805390a6d 100644 --- a/zebra/zebra_script.c +++ b/zebra/zebra_script.c @@ -331,6 +331,9 @@ void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx) case DPLANE_OP_ADDR_UNINSTALL: case DPLANE_OP_INTF_ADDR_ADD: case DPLANE_OP_INTF_ADDR_DEL: + case DPLANE_OP_INTF_INSTALL: + case DPLANE_OP_INTF_UPDATE: + case DPLANE_OP_INTF_DELETE: break; case DPLANE_OP_NEIGH_INSTALL: case DPLANE_OP_NEIGH_UPDATE: @@ -412,6 +415,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 */ |
