On 9/8/20 3:10 AM, Ido Schimmel wrote: > From: Ido Schimmel <ido...@nvidia.com> > > Commit c7cdbe2efc40 ("vxlan: support for nexthop notifiers") registered > a listener in the VXLAN driver to the nexthop notification chain. Its > purpose is to cleanup FDB entries that use a nexthop that is being > deleted. > > Test that such FDB entries are removed when the nexthop group that they > use is deleted. Test that entries are not deleted when a single nexthop > in the group is deleted. > > Signed-off-by: Ido Schimmel <ido...@nvidia.com> > --- > tools/testing/selftests/net/fib_nexthops.sh | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) >
Reviewed-by: David Ahern <dsah...@gmail.com>