fib: Adjacency creation notifications for dlegates
[vpp.git] / src / vnet / adj / adj_mcast.c
index c94d28e..4d7172c 100644 (file)
@@ -88,6 +88,8 @@ adj_mcast_add_or_lock (fib_protocol_t proto,
         adj_lock(adj_get_index(adj));
     }
 
+    adj_delegate_adj_created(adj);
+
     return (adj_get_index(adj));
 }