On Thu, Apr 04, 2019 at 10:49:57AM -0700, David Ahern wrote: > From: David Ahern <dsah...@gmail.com> > > fib_check_nh is currently huge covering multiple uses cases - device only, > device + gateway, and device + gateway with ONLINK. The next patch adds > validation checks for IPv6 which only further complicates it. So, break > fib_check_nh into 2 helpers - one for gateway validation and one for device > only. > > Signed-off-by: David Ahern <dsah...@gmail.com>
Reviewed-by: Ido Schimmel <ido...@mellanox.com>