summaryrefslogtreecommitdiff
path: root/zebra/kernel_socket.c
diff options
context:
space:
mode:
authorStephen Worley <sworley@nvidia.com>2022-01-26 01:10:43 -0500
committerStephen Worley <sworley@nvidia.com>2022-03-09 18:02:44 -0500
commit97c726337389b7084ad970cf631a1126e5d5329c (patch)
treebcc72c7fb0861c3314a15b168ad97bf455b6b7ea /zebra/kernel_socket.c
parent3393afc9903d60771584bbde4c57c72386ec7bec (diff)
zebra: add boilerplate protodown updates for *bsd
Add boilerplate for someone to come and add protdown updates for bsd platforms if it ever exists. Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/kernel_socket.c')
-rw-r--r--zebra/kernel_socket.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c
index ce1f17111b..6583af0a54 100644
--- a/zebra/kernel_socket.c
+++ b/zebra/kernel_socket.c
@@ -1577,6 +1577,12 @@ void kernel_update_multi(struct dplane_ctx_q *ctx_list)
res = kernel_pbr_rule_update(ctx);
break;
+ case DPLANE_OP_INTF_INSTALL:
+ case DPLANE_OP_INTF_UPDATE:
+ case DPLANE_OP_INTF_DELETE:
+ res = kernel_intf_update(ctx);
+ break;
+
/* Ignore 'notifications' - no-op */
case DPLANE_OP_SYS_ROUTE_ADD:
case DPLANE_OP_SYS_ROUTE_DELETE: