Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_changes.sh68 local tundev=$1; shift
75 mirror_install $swp1 ingress $tundev "matchall $tcflags"
81 ip link set dev $tundev type $type ttl 50
85 ip link set dev $tundev type $type ttl 100
94 local tundev=$1; shift
99 ip link set dev $tundev down
100 mirror_install $swp1 ingress $tundev "matchall $tcflags"
101 fail_test_span_gre_dir $tundev ingress
103 ip link set dev $tundev up
105 quick_test_span_gre_dir $tundev ingress
[all …]
Dmirror_gre_lib.sh7 local tundev=$1; shift
9 do_test_span_dir_ips 10 h3-$tundev "$@"
14 local tundev=$1; shift
16 do_test_span_dir_ips 0 h3-$tundev "$@"
21 local tundev=$1; shift
23 test_span_dir_ips h3-$tundev "$@"
28 local tundev=$1; shift
38 mirror_install $swp1 $direction $tundev "matchall $tcflags"
39 test_span_dir_ips "h3-$tundev" "$direction" "$forward_type" \
48 local tundev=$1; shift
[all …]
Dmirror_gre_vlan_bridge_1q.sh128 local tundev=$1; shift
132 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
133 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
150 local tundev=$1; shift
156 mirror_install $swp1 ingress $tundev "matchall $tcflags"
157 quick_test_span_gre_dir $tundev ingress
162 fail_test_span_gre_dir $tundev ingress
166 quick_test_span_gre_dir $tundev ingress
185 local tundev=$1; shift
190 mirror_install $swp1 ingress $tundev "matchall $tcflags"
[all …]
Dmirror_gre_flower.sh77 local tundev=$1; shift
86 mirror_install $swp1 $direction $tundev \
88 fail_test_span_gre_dir $tundev $direction
89 test_span_gre_dir_acl "$tundev" "$direction" \
94 fail_test_span_gre_dir_acl "$tundev" "$direction"
Dmirror_gre.sh64 local tundev=$1; shift
77 mirror_install $swp1 $direction $tundev "matchall $tcflags"
78 icmp_capture_install h3-${tundev} "src_mac $src_mac dst_mac $dst_mac"
80 mirror_test v$h1 192.0.2.1 192.0.2.2 h3-${tundev} 100 10
82 icmp_capture_uninstall h3-${tundev}
Dmirror_gre_neigh.sh61 local tundev=$1; shift
68 mirror_install $swp1 $direction $tundev "matchall $tcflags"
69 fail_test_span_gre_dir $tundev ingress
71 quick_test_span_gre_dir $tundev ingress
Dmirror_gre_bridge_1d_vlan.sh67 local tundev=$1; shift
71 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
72 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
Dlib.sh935 local tundev=$1; shift
938 tc filter $add_del dev "$tundev" ingress \
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dmirror_gre.sh114 local tundev=$1; shift
120 ip link set dev $tundev type $type ttl inherit
121 mirror_install $swp1 ingress $tundev "matchall $tcflags"
122 fail_test_span_gre_dir $tundev ingress
124 ip link set dev $tundev type $type ttl 100
126 quick_test_span_gre_dir $tundev ingress
134 local tundev=$1; shift
140 ip link set dev $tundev type $type tos 0x10
141 mirror_install $swp1 ingress $tundev "matchall $tcflags"
142 fail_test_span_gre_dir $tundev ingress
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dip6_gre_headroom.sh50 local tundev=$1; shift
53 action mirred egress mirror dev $tundev
/external/autotest/client/deps/lansim/src/py/
Dtuntap.py82 def __init__(self, mode=pyiftun.IFF_TUN, name=None, tundev='/dev/net/tun'): argument
109 fd = os.open(tundev, os.O_RDWR)