Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dfib_rule_tests.sh169 local getmatch="$2"
173 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
196 local getmatch
220 getmatch="tos $cnt"
221 fib_rule6_test_match_n_redirect "$match" "$getmatch" \
222 "$getmatch redirect to table"
226 getmatch="mark 0x64"
227 fib_rule6_test_match_n_redirect "$match" "$getmatch" "fwmark redirect to table"
232 getmatch="uid 100"
233 fib_rule6_test_match_n_redirect "$match" "$getmatch" "uid redirect to table"
[all …]