X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj_glean.c;h=a8a422d30ba3bda3312e07e1d698aae6279fc694;hb=77cfc0171da0fa2b305378731a5fefd659d8947d;hp=92369116532513f2c3a93d4daf4c3992386cd6c9;hpb=5d4b8912d2fe186b4fb920a72b3a2f7b556f4e7d;p=vpp.git diff --git a/src/vnet/adj/adj_glean.c b/src/vnet/adj/adj_glean.c index 92369116532..a8a422d30ba 100644 --- a/src/vnet/adj/adj_glean.c +++ b/src/vnet/adj/adj_glean.c @@ -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)); }