summaryrefslogtreecommitdiff
path: root/zebra/dplane_fpm_nl.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-03-15 19:58:16 -0400
committerGitHub <noreply@github.com>2022-03-15 19:58:16 -0400
commit5d97021ba36666884c7caed69e3565e01f73eaf5 (patch)
treed27dc8e34ceee6c63b333c91f8c57a7a95ecbe67 /zebra/dplane_fpm_nl.c
parentb975463458958856a94c4763dbf00fb582353c11 (diff)
parent47c1d76a6c79fb0460a7079f9e24228bc9052877 (diff)
Merge pull request #10427 from sworleys/Protodown-Reason-Upstream
Add Support for Setting Protodown Reason Code
Diffstat (limited to 'zebra/dplane_fpm_nl.c')
-rw-r--r--zebra/dplane_fpm_nl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/dplane_fpm_nl.c b/zebra/dplane_fpm_nl.c
index 4cd2bef307..ec4ea372f1 100644
--- a/zebra/dplane_fpm_nl.c
+++ b/zebra/dplane_fpm_nl.c
@@ -812,6 +812,9 @@ static int fpm_nl_enqueue(struct fpm_nl_ctx *fnc, struct zebra_dplane_ctx *ctx)
case DPLANE_OP_INTF_ADDR_ADD:
case DPLANE_OP_INTF_ADDR_DEL:
case DPLANE_OP_INTF_NETCONFIG:
+ case DPLANE_OP_INTF_INSTALL:
+ case DPLANE_OP_INTF_UPDATE:
+ case DPLANE_OP_INTF_DELETE:
case DPLANE_OP_NONE:
break;