selftests: fib_rule_tests: Fix icmp proto with ipv6
authorDavid Ahern <dsahern@gmail.com>
Mon, 29 Apr 2019 17:30:09 +0000 (10:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jul 2019 07:53:45 +0000 (09:53 +0200)
commitb91ec6ae14daab7a8614c96ac821aaf18f953b42
treea0b05c6b2389ef0112b78d9a5b71c5d77811d72b
parente2851c3ee0bec475a4fdf69efc66c964cd875291
selftests: fib_rule_tests: Fix icmp proto with ipv6

[ Upstream commit 15d55bae4e3c43cd9f87fd93c73a263e172d34e1 ]

A recent commit returns an error if icmp is used as the ip-proto for
IPv6 fib rules. Update fib_rule_tests to send ipv6-icmp instead of icmp.

Fixes: 5e1a99eae8499 ("ipv4: Add ICMPv6 support when parse route ipproto")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/fib_rule_tests.sh