fib: Adjacency creation notifications for dlegates
[vpp.git] / src / vnet / adj / adj_glean.c
index 9236911..a8a422d 100644 (file)
@@ -91,6 +91,8 @@ adj_glean_add_or_lock (fib_protocol_t proto,
         adj_lock(adj_get_index(adj));
     }
 
+    adj_delegate_adj_created(adj);
+
     return (adj_get_index(adj));
 }