On 12/19/18 1:51 PM, Roopa Prabhu wrote: > From: Roopa Prabhu <ro...@cumulusnetworks.com> > > this patch registers neigh doit handler. The doit handler > returns a neigh entry given dst and dev. This is similar > to route and fdb doit (get) handlers. Also moves nda_policy > declaration from rtnetlink.c to neighbour.c > > Signed-off-by: Roopa Prabhu <ro...@cumulusnetworks.com> > --- > include/net/neighbour.h | 1 + > net/core/neighbour.c | 204 > +++++++++++++++++++++++++++++++++++++++++++++--- > net/core/rtnetlink.c | 12 --- > 3 files changed, 194 insertions(+), 23 deletions(-) >
Reviewed-by: David Ahern <d...@cumulusnetworks.com>