On 1/7/21 7:48 AM, Ido Schimmel wrote: > From: Ido Schimmel <ido...@nvidia.com> > > For IPv6 traffic, mausezahn needs to be invoked with '-6'. Otherwise an > error is returned: > > # ip netns exec me mausezahn veth1 -B 2001:db8:101::2 -A 2001:db8:91::1 -c 0 > -t tcp "dp=1-1023, flags=syn" > Failed to set source IPv4 address. Please check if source is set to a valid > IPv4 address. > Invalid command line parameters! > > Fixes: 7c741868ceab ("selftests: Add torture tests to nexthop tests") > Signed-off-by: Ido Schimmel <ido...@nvidia.com> > Reviewed-by: Petr Machata <pe...@nvidia.com> > --- > tools/testing/selftests/net/fib_nexthops.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: David Ahern <dsah...@kernel.org>