Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Drtnetlink.sh103 run_cmd_grep() { function
334 run_cmd_grep "$test_prefix proto kernel" ip -6 route show dev "$devdummy"
374 run_cmd_grep "prefix dead::/64 dev lo label 1" ip addrlabel list
411 run_cmd_grep "alias $namewant" ip link show "$devdummy"
422 run_cmd_grep "alias $namewant" ip link show "$devdummy"
461 run_cmd_grep "$vrfname" ip -br link show type vrf
528 run_cmd_grep 'Usage: ip fou' ip fou help
579 run_cmd_grep "^Usage: ip macsec" ip macsec help
612 run_cmd_grep "^Usage: ip macsec" ip macsec help
682 run_cmd_grep "SAD count 1" ip x s count
[all …]
H A Dvrf_route_leaking.sh144 run_cmd_grep() function
420 run_cmd_grep "${R1_N1_IP}" ip netns exec $h1 traceroute ${H2_N2_IP}
443 run_cmd_grep "${R1_N1_IP6}" ip netns exec $h1 traceroute6 ${H2_N2_IP6}
464 run_cmd_grep "Time to live exceeded" ip netns exec $h1 ping -t1 -c1 -W2 ${H2_N2_IP}
485 run_cmd_grep "Frag needed" ip netns exec $h1 ping -s 1450 -Mdo -c1 -W2 ${H2_N2_IP}
506 run_cmd_grep "Time exceeded: Hop limit" ip netns exec $h1 "${ping6}" -t1 -c1 -W2 ${H2_N2_IP6}
527 run_cmd_grep "Packet too big" ip netns exec $h1 "${ping6}" -s 1450 -Mdo -c1 -W2 ${H2_N2_IP6}