]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/testing/selftests/net/fib_rule_tests.sh
selftests: fib_rule_tests: Fix icmp proto with ipv6
[linux.git] / tools / testing / selftests / net / fib_rule_tests.sh
index d4cfb6a7a086d57eda4e0854b8e8ea1fe38d4527..5b92c1f4dc0491169bc782a2a95ee11df2af819e 100755 (executable)
@@ -147,8 +147,8 @@ fib_rule6_test()
 
        fib_check_iproute_support "ipproto" "ipproto"
        if [ $? -eq 0 ]; then
-               match="ipproto icmp"
-               fib_rule6_test_match_n_redirect "$match" "$match" "ipproto icmp match"
+               match="ipproto ipv6-icmp"
+               fib_rule6_test_match_n_redirect "$match" "$match" "ipproto ipv6-icmp match"
        fi
 }