Home
last modified time | relevance | path

Searched refs:getmatch (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/testing/selftests/net/ !
Dfib_rule_tests.sh107 local getmatch="$2"
111 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
134 local getmatch
158 getmatch="tos $cnt"
159 fib_rule6_test_match_n_redirect "$match" "$getmatch" \
160 "$getmatch redirect to table"
164 getmatch="mark 0x64"
165 fib_rule6_test_match_n_redirect "$match" "$getmatch" "fwmark redirect to table"
170 getmatch="uid 100"
171 fib_rule6_test_match_n_redirect "$match" "$getmatch" "uid redirect to table"
[all …]