diff options
-rwxr-xr-x | tools/testing/selftests/net/fib_rule_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/net/fib_rule_tests.sh b/tools/testing/selftests/net/fib_rule_tests.sh index d4cfb6a7a086..5b92c1f4dc04 100755 --- a/tools/testing/selftests/net/fib_rule_tests.sh +++ b/tools/testing/selftests/net/fib_rule_tests.sh | |||
@@ -147,8 +147,8 @@ fib_rule6_test() | |||
147 | 147 | ||
148 | fib_check_iproute_support "ipproto" "ipproto" | 148 | fib_check_iproute_support "ipproto" "ipproto" |
149 | if [ $? -eq 0 ]; then | 149 | if [ $? -eq 0 ]; then |
150 | match="ipproto icmp" | 150 | match="ipproto ipv6-icmp" |
151 | fib_rule6_test_match_n_redirect "$match" "$match" "ipproto icmp match" | 151 | fib_rule6_test_match_n_redirect "$match" "$match" "ipproto ipv6-icmp match" |
152 | fi | 152 | fi |
153 | } | 153 | } |
154 | 154 | ||