summaryrefslogtreecommitdiff
path: root/zebra/zebra_script.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-02-26 16:47:08 +0100
committerGitHub <noreply@github.com>2022-02-26 16:47:08 +0100
commitfe972cbfd4973e1156f317c2425af8199892a01b (patch)
tree5bfe1c405cc23a7d0a927902de4680f88884077e /zebra/zebra_script.c
parentd28acb1d0ec7946b55bf57de2467728054725e33 (diff)
parentcd787a8a45ea3c94a689d5ff01ddf62467373550 (diff)
Merge pull request #9947 from mjstapp/mpls_incoming
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 */