OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:veth1
(Results
1 - 18
of
18
) sorted by null
/external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp_meta.sh
12
ip link del
veth1
2> /dev/null
29
ip link add
veth1
type veth peer name veth2
31
ip link set
veth1
netns ns1
34
ip netns exec ns1 ip addr add 10.1.1.11/24 dev
veth1
37
ip netns exec ns1 tc qdisc add dev
veth1
clsact
40
ip netns exec ns1 tc filter add dev
veth1
ingress bpf da obj test_xdp_meta.o sec t
43
ip netns exec ns1 ip link set dev
veth1
xdp obj test_xdp_meta.o sec x
46
ip netns exec ns1 ip link set dev
veth1
up
test_xdp_redirect.sh
8
# (
veth1
, ------ (veth2,
22
ip link del
veth1
2> /dev/null
40
ip link add
veth1
index 111 type veth peer name veth11
46
ip link set
veth1
up
55
ip link set dev
veth1
xdpgeneric obj test_xdp_redirect.o sec redirect_to_222
test_xdp_vlan.sh
33
ip link del
veth1
2> /dev/null
92
ip link del
veth1
2> /dev/null
118
ip link add
veth1
type veth peer name veth2
120
# Move
veth1
and veth2 into the respective namespaces
121
ip link set
veth1
netns ns1
129
ip netns exec ns1 ethtool -K
veth1
rxvlan off
134
ip netns exec ns1 ethtool -K
veth1
txvlan off
139
# In ns1/
veth1
add IP-addr on plain net_device
140
ip netns exec ns1 ip addr add ${IPADDR1}/24 dev
veth1
141
ip netns exec ns1 ip link set
veth1
u
[
all
...]
test_tunnel.sh
18
# |
veth1
| --------- | veth0 | (underlay network)
26
#
veth1
IP: 172.16.1.200, IPv6: 00::22 (underlay)
43
# 3) Outer tunnel header is prepended and route the packet to
veth1
's egress
57
ip link add veth0 type veth peer name
veth1
61
ip link set dev
veth1
up mtu 1500
62
ip addr add dev
veth1
172.16.1.200/24
86
ip addr add dev
veth1
::22/96
87
ip link set dev
veth1
up
134
ip addr add dev
veth1
::22/96
135
ip link set dev
veth1
u
[
all
...]
test_lwt_seg6local.sh
64
ip link add
veth1
type veth peer name veth2
70
ip link set
veth1
netns ns1
81
ip netns exec ns1 ip link set dev
veth1
up
94
ip netns exec ns1 ip -6 addr add fb00::12/16 dev
veth1
scope link
95
ip netns exec ns1 ip -6 route add fb00::21 dev
veth1
scope link
112
ip netns exec ns1 ip -6 route add fb00::6 dev
veth1
via fb00::21
/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.
154
tst_brkm TBROK "fifth argument must be the IPv4 address for
veth1
"
160
tst_brkm TBROK "seventh argument must be the IPv6 address for
veth1
"
207
$NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name
veth1
|| \
210
$NS_EXEC $NS_HANDLE0 $NS_TYPE ns_ifmove
veth1
$NS_HANDLE1
220
tst_brkm TBROK "unable to add device
veth1
to the separate network namespace"
243
$NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name
veth1
|| \
246
$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/net/forwarding/
forwarding.config.sample
9
NETIFS[p2]=
veth1
/external/autotest/server/site_tests/network_WiFi_RoamFT/
network_WiFi_RoamFT.py
37
| managed0 | | veth0 | <---> |
veth1
| | managed1 |
160
self.
veth1
= '
veth1
'
164
self.context.router.delete_link(self.
veth1
)
169
'%s' % (self.veth0, self.
veth1
))
171
self.context.router.router.run('ifconfig %s up' % self.
veth1
)
175
(self.
veth1
, br1))
/external/linux-kselftest/tools/testing/selftests/net/
fib_tests.sh
482
echo "Failed to get linklocal address for
veth1
"
535
#
veth1
- 192.0.2.2/24 2001:db8:51::2/64
537
# [ dummy0 veth0 ]--[
veth1
dummy1 ]
555
$IP link add veth0 type veth peer name
veth1
560
$IP link set dev
veth1
vrf red up
561
$IP address add 192.0.2.2/24 dev
veth1
562
$IP -6 address add 2001:db8:51::2/64 dev
veth1
685
$IP li del
veth1
2>/dev/null
704
$IP li add
veth1
type veth peer name veth2
707
$IP li set
veth1
u
[
all
...]
fib-onlink-tests.sh
12
NETIFS[p1]=
veth1
/external/syzkaller/sys/linux/gen/
386.go
[
all
...]
amd64.go
[
all
...]
arm.go
[
all
...]
arm64.go
[
all
...]
ppc64le.go
[
all
...]
/external/syzkaller/pkg/csource/
generated.go
879
"erspan0", "bond0", "veth0", "
veth1
", "team0",
[
all
...]
Completed in 569 milliseconds