Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Drtnetlink.sh98 run_cmd_grep() { function
333 run_cmd_grep "prefix dead::/64 dev lo label 1" ip addrlabel list
370 run_cmd_grep "alias $namewant" ip link show "$devdummy"
381 run_cmd_grep "alias $namewant" ip link show "$devdummy"
420 run_cmd_grep "$vrfname" ip -br link show type vrf
487 run_cmd_grep 'Usage: ip fou' ip fou help
538 run_cmd_grep "^Usage: ip macsec" ip macsec help
568 run_cmd_grep "^Usage: ip macsec" ip macsec help
599 run_cmd_grep 'macsec-hw-offload: on' ethtool -k $dev
673 run_cmd_grep "SAD count 1" ip x s count
[all …]
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}