selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
authorJianguo Wu <wujianguo@chinatelecom.cn>
Thu, 30 Dec 2021 10:40:29 +0000 (18:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jan 2022 11:42:37 +0000 (12:42 +0100)
commit20426341c071aee68ff04558c208582bae11e435
treefd2e91636a593e32f2ca3699dcbe609092f1b922
parent6eb92fb14689d0fa2064a4a28311bfc8d7cc54f5
selftests: net: using ping6 for IPv6 in udpgro_fwd.sh

[ Upstream commit 8b3170e07539855ee91bc5e2fa7780a4c9b5c7aa ]

udpgro_fwd.sh output following message:
  ping: 2001:db8:1::100: Address family for hostname not supported

Using ping6 when pinging IPv6 addresses.

Fixes: a062260a9d5f ("selftests: net: add UDP GRO forwarding self-tests")
Signed-off-by: Jianguo Wu <wujianguo@chinatelecom.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/udpgro_fwd.sh