]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/kernel_socket.c
zebra: add boilerplate protodown updates for *bsd
[mirror_frr.git] / zebra / kernel_socket.c
index ce1f17111bf46b7507e3906d22a5820d28ddd82f..6583af0a54d55482a0771b678980fa0afe15635c 100644 (file)
@@ -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: