HomeSort by relevance Sort by last modified time
    Searched refs:veth1 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/containers/netns/
netns_breakns.sh 39 # There are two test cases which are trying to set an ip address on the veth1
55 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP1/$NETMASK dev veth1 2>/dev/null
65 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK 2>/dev/null
netns_helper.sh 39 # IP addresses of veth0 (IP0) and veth1 (IP1) devices (ipv4/ipv6 variant
105 # IPv4 addresses for veth0 and veth1 devices.
107 # IPv6 addresses for veth0 and veth1 devices.
152 tst_brkm TBROK "fifth argument must be the IPv4 address for veth1"
158 tst_brkm TBROK "seventh argument must be the IPv6 address for veth1"
200 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \
203 $NS_EXEC $NS_HANDLE0 $NS_TYPE ns_ifmove veth1 $NS_HANDLE1
213 tst_brkm TBROK "unable to add device veth1 to the separate network namespace"
236 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \
239 $NS_EXEC $NS_HANDLE0 ip link set veth1 netns $NS_HANDLE1 ||
    [all...]
netns_comm.sh 67 $NS_EXEC $NS_HANDLE1 $NS_TYPE $tping -q -c2 -I veth1 $IP0 1>/dev/null
69 tst_resm TPASS "configuration and communication over veth1"
71 tst_resm TFAIL "configuration and communication over veth1"

Completed in 55 milliseconds