Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vxlandev
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
test_vxlan_vnifiltering.sh
242
vxlandev
="vxlan$brid"
252
vxlandev
="vxlan$tid"
270
if [ "$
vxlandev
" != "$lastvxlandev" ]; then
271
ip -netns hv-$hvid link add $
vxlandev
type vxlan local $localip $vxlandevflags dev veth0 2>/dev/null
272
ip -netns hv-$hvid link set $
vxlandev
master br$brid
273
ip -netns hv-$hvid link set $
vxlandev
up
274
lastvxlandev=$
vxlandev
279
bridge -netns hv-$hvid vlan add vid $vid pvid dev $
vxlandev
283
bridge -netns hv-$hvid link set dev $
vxlandev
vlan_tunnel on
284
bridge -netns hv-$hvid vlan add dev $
vxlandev
vi
[all...]
H
A
D
rtnetlink.sh
1192
vxlandev
="vxlan10"
1210
$IP link add "$
vxlandev
" type vxlan id 10 local $localip \
1215
$IP link set dev "$
vxlandev
" master "$brdev" &>/dev/null
1217
$BRIDGE fdb add $test_mac dev "$
vxlandev
" master &>/dev/null
1219
$BRIDGE fdb add $test_mac dev "$
vxlandev
" dst $dstip self &>/dev/null
1222
$BRIDGE fdb get $test_mac brport "$
vxlandev
" 2>/dev/null | grep -q "dev $
vxlandev
master $brdev"
1224
$BRIDGE fdb get $test_mac br "$brdev" 2>/dev/null | grep -q "dev $
vxlandev
master $brdev"
1226
$BRIDGE fdb get $test_mac dev "$
vxlandev
" self 2>/dev/null | grep -q "dev $
vxlandev
ds
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
rtnetlink.sh
1084
vxlandev
="vxlan10"
1102
$IP link add "$
vxlandev
" type vxlan id 10 local $localip \
1107
$IP link set dev "$
vxlandev
" master "$brdev" &>/dev/null
1109
$BRIDGE fdb add $test_mac dev "$
vxlandev
" master &>/dev/null
1111
$BRIDGE fdb add $test_mac dev "$
vxlandev
" dst $dstip self &>/dev/null
1114
$BRIDGE fdb get $test_mac brport "$
vxlandev
" 2>/dev/null | grep -q "dev $
vxlandev
master $brdev"
1116
$BRIDGE fdb get $test_mac br "$brdev" 2>/dev/null | grep -q "dev $
vxlandev
master $brdev"
1118
$BRIDGE fdb get $test_mac dev "$
vxlandev
" self 2>/dev/null | grep -q "dev $
vxlandev
ds
[all...]
Completed in 3 milliseconds