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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_script.c b/zebra/zebra_script.c
index 6c34d12c64..a0d5e2054c 100644
--- a/zebra/zebra_script.c
+++ b/zebra/zebra_script.c
@@ -418,6 +418,7 @@ void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
case DPLANE_OP_SRV6_ENCAP_SRCADDR_SET:
case DPLANE_OP_NONE:
case DPLANE_OP_STARTUP_STAGE:
+ case DPLANE_OP_VLAN_INSTALL:
break;
} /* Dispatch by op code */
}