commit | 15d55bae4e3c43cd9f87fd93c73a263e172d34e1 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Apr 29 10:30:09 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 01 11:30:17 2019 -0400 |
tree | ea1356f2363fa3ac135c147e68f1df5748371abb | |
parent | 486efdc8f6ce802b27e15921d2353cc740c55451 [diff] |
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: 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>