OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:veth1
(Results
1 - 5
of
5
) 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
"
/external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_meta.sh
28
ip link add
veth1
type veth peer name veth2
30
ip link set
veth1
netns ns1
33
ip netns exec ns1 ip addr add 10.1.1.11/24 dev
veth1
36
ip netns exec ns1 tc qdisc add dev
veth1
clsact
39
ip netns exec ns1 tc filter add dev
veth1
ingress bpf da obj test_xdp_meta.o sec t
42
ip netns exec ns1 ip link set dev
veth1
xdp obj test_xdp_meta.o sec x
45
ip netns exec ns1 ip link set dev
veth1
up
test_xdp_redirect.sh
8
# (
veth1
, ------ (veth2,
38
ip link add
veth1
index 111 type veth peer name veth11
44
ip link set
veth1
up
53
ip link set dev
veth1
xdpgeneric obj test_xdp_redirect.o sec redirect_to_222
Completed in 127 milliseconds