Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/bonding/
A Dbond_macvlan_ipvlan.sh26 check_connection() function
62 check_connection "${c_ns}" "${s_ip4}" "IPv4: client->server"
63 check_connection "${c_ns}" "${s_ip6}" "IPv6: client->server"
64 check_connection "${c_ns}" "${xvlan1_ip4}" "IPv4: client->${xvlan_type}_1"
65 check_connection "${c_ns}" "${xvlan1_ip6}" "IPv6: client->${xvlan_type}_1"
66 check_connection "${c_ns}" "${xvlan2_ip4}" "IPv4: client->${xvlan_type}_2"
67 check_connection "${c_ns}" "${xvlan2_ip6}" "IPv6: client->${xvlan_type}_2"
71 check_connection "${s_ns}" "${c_ip4}" "IPv4: server->client"
72 check_connection "${s_ns}" "${c_ip6}" "IPv6: server->client"
73 check_connection "${xvlan1_ns}" "${c_ip4}" "IPv4: ${xvlan_type}_1->client"
[all …]

Completed in 3 milliseconds