]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 15:30:17 +0000 (11:30 -0400)
commit1b2d356e1b37cc7f21a7870a6e69349e892e5522
treeea1356f2363fa3ac135c147e68f1df5748371abb
parent6b93c2c3d561f5a6954ade3a2e7b7f23252c623e
selftests: fib_rule_tests: Fix icmp proto with ipv6

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: a13086cf723bf ("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>
tools/testing/selftests/net/fib_rule_tests.sh