summaryrefslogtreecommitdiff
path: root/zebra/zebra_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_script.c')
-rw-r--r--zebra/zebra_script.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c
index 4087749fd7..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: