Re: [PATCH net-next 6/6] selftests: net: add fdb nexthop tests

2020-05-18 Thread David Ahern
On 5/18/20 8:14 PM, Roopa Prabhu wrote: > diff --git a/tools/testing/selftests/net/fib_nexthops.sh > b/tools/testing/selftests/net/fib_nexthops.sh > index 50d822f..eb4c270 100755 > --- a/tools/testing/selftests/net/fib_nexthops.sh > +++ b/tools/testing/selftests/net/fib_nexthops.sh > @@ -19,8 +19,

[PATCH net-next 6/6] selftests: net: add fdb nexthop tests

2020-05-18 Thread Roopa Prabhu
From: Roopa Prabhu This commit adds ipv4 and ipv6 fdb api tests to fib_nexthops.sh. Signed-off-by: Roopa Prabhu --- tools/testing/selftests/net/fib_nexthops.sh | 140 +++- 1 file changed, 138 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/net/fib_ne