On 5/29/23 2:19 PM, Benjamin Poirier wrote: > For legacy nexthops, there is fib_good_nh() to check the neighbor validity. > In order to make the nexthop object code more similar to the legacy nexthop > code, factor out the nexthop object neighbor validity check into its own > function. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > Signed-off-by: Benjamin Poirier <bpoirier@xxxxxxxxxx> > --- > net/ipv4/nexthop.c | 29 ++++++++++++++++------------- > 1 file changed, 16 insertions(+), 13 deletions(-) > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>