]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: Fixup lua with new dplane ops
authorDonald Sharp <sharpd@nvidia.com>
Wed, 16 Mar 2022 19:10:54 +0000 (15:10 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 16 Mar 2022 19:10:54 +0000 (15:10 -0400)
Commit: 5d41413833 added 3 new dplane ops:

DPLANE_OP_INTF_INSTALL
DPLANE_OP_INTF_UPDATE
DPLANE_OP_INTF_DELETE

The build system does not build lua so zebra_script.c
was not updated.  Update of course!

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_script.c

index 4087749fd753aeb3bede8609219834037a8cc76a..9805390a6d8fd6cbe30e5ae2a24f13688f525b8e 100644 (file)
@@ -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: