Home
last modified time | relevance | path

Searched refs:TST_IPV6 (Results 1 – 25 of 48) sorted by relevance

12

/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh24 ip${TST_IPV6}tables $@
26 $(ip${TST_IPV6}tables-translate $@ | sed 's,\\,,g')
33 ROD ip${TST_IPV6}tables -D INPUT 1
35 ROD nft flush chain ip${TST_IPV6} filter INPUT
42 toolname=ip${TST_IPV6}tables
44 tst_require_drivers ip${TST_IPV6}_tables
47 cmds="$toolname ip${TST_IPV6}tables-translate"
50 if [ "$TST_IPV6" ];then
58 ping_cmd="ping$TST_IPV6"
69 if lsmod | grep -q "ip${TST_IPV6}_tables"; then
[all …]
Dnft01.sh17 local ip_table="ip${TST_IPV6}"
31 local ip_table="ip${TST_IPV6}"
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-lib.sh50 [ "$TST_IPV6" ] && cmd="ns-icmpv6_sender"
55 [ "$TST_IPV6" ] && mcast_setup6 || mcast_setup4 $max
87 [ "$TST_IPV6" ] && mcast_cleanup6 || mcast_cleanup4
103 [ "$TST_IPV6" ] && mprefix="$MCAST_IPV6_ADDR_PREFIX"
111 if [ "$TST_IPV6" ]; then
123 [ "$TST_IPV6" ] && maddr="$MCAST_IPV6_ADDR"
128 if [ "$TST_IPV6" ]; then
156 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
164 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m"
/third_party/ltp/testcases/network/dhcp/
Ddhcp_lib.sh42 [ $TST_IPV6 ] && tst_brk TCONF "wicked not supported on IPv6"
48 if [ $TST_IPV6 ]; then
70 dhclient_lease="/var/lib/dhclient/dhclient${TST_IPV6}.leases"
71 [ -f $dhclient_lease ] || dhclient_lease="/var/lib/dhcp/dhclient${TST_IPV6}.leases"
73 tst_res TINFO "backup dhclient${TST_IPV6}.leases"
102 [ -f "dhclient${TST_IPV6}.leases" ] && \
103 mv dhclient${TST_IPV6}.leases $dhclient_lease
125 start_dhcp$TST_IPV6
/third_party/ltp/testcases/network/stress/interface/
Dif-addr-addlarge.sh19 [ "$TST_IPV6" ] && local netmask=64 || local netmask=16
33 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
43 if [ "$TST_IPV6" ]; then
53 if [ "$TST_IPV6" ]; then
78 if [ "$TST_IPV6" ]; then
Dif-route-addlarge.sh17 local inet="inet$TST_IPV6"
19 if [ "$TST_IPV6" ]; then
36 [ "$TST_IPV6" ] && local xymax=65535 || xymax=254
46 if [ "$TST_IPV6" ]; then
Dif-addr-adddel.sh19 if [ "$TST_IPV6" ]; then
40 if [ "$TST_IPV6" ]; then
67 if [ "$TST_IPV6" ]; then
Dif-route-adddel.sh17 local inet="inet$TST_IPV6"
20 if [ "$TST_IPV6" ]; then
Dif-mtu-change.sh74 [ "$TST_IPV6" ] && CHANGE_VALUES=$CHANGE6_VALUES
77 [ "$TST_IPV6" ] || find_ipv4_max_packet_size
/third_party/ltp/testcases/lib/
Dtst_net.sh19 TST_IPV6=${TST_IPV6:-}
20 TST_IPVER=${TST_IPV6:-4}
27 6) TST_IPV6=6 TST_IPVER=6 TST_IPV6_FLAG="-6";;
66 if [ "$TST_IPV6" ]; then
376 if [ "$TST_IPV6" ]; then
409 [ "$TST_IPV6" ] && default_max=65535
442 p) [ "$TST_IPV6" ] && prefix="/64" || prefix="/24";;
482 if [ "$TST_IPV6" ]; then
491 if [ -z "$TST_IPV6" ]; then
566 if [ "$TST_IPV6" ]; then
[all …]
/third_party/ltp/testcases/network/tcp_cmds/ipneigh/
Dipneigh01.sh26 if [ -n "$TST_IPV6" ]; then
37 tst_require_cmds $CMD ping$TST_IPV6
55 [ "$TST_IPV6" ] && entry_name="NDISC"
61 ping$TST_IPV6 -q -c1 $(tst_ipaddr rhost) -I $(tst_iface) > /dev/null || \
/third_party/ltp/testcases/network/virt/
Dvirt_lib.sh44 if [ "$TST_IPV6" ] && tst_kvcmp -lt "3.12"; then
108 [ -n "$TST_IPV6" ] && tnl="ip6tnl"
110 [ -n "$TST_IPV6" ] && tnl="ip6gre" || tnl="gre"
144 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
168 tst_rhost_run -s -c "ip -f inet$TST_IPV6 tu add ltp_v0 \
286 if [ "$TST_IPV6" ]; then
380 [ "$TST_IPV6" ] && virt_type="ip6gre"
/third_party/ltp/testcases/network/stress/multicast/query-flood/
Dmcast-queryfld05.sh23 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
34 if [ "$TST_IPV6" ]; then
44 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $addr"
Dmcast-queryfld06.sh28 if [ "$TST_IPV6" ]; then
42 if [ "$TST_IPV6" ]; then
52 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $addr -a $src_addr"
Dmcast-queryfld04.sh22 [ "$TST_IPV6" ] && prefix="$MCAST_IPV6_ADDR_PREFIX"
31 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m"
Dmcast-queryfld03.sh28 if [ "$TST_IPV6" ]; then
40 [ "$TST_IPV6" ] && params="-S $(tst_ipaddr) -m -D $MCAST_IPV6_ADDR -a $src_addr"
/third_party/ltp/testcases/network/mpls/
Dmpls02.sh29 [ -n "$TST_IPV6" ] && mask=128 || mask=32
32 ROD ip route add $ip_rmt/$mask encap mpls 50 via inet$TST_IPV6 $(tst_ipaddr rhost)
36 tst_rhost_run -s -c "ip route add $ip_loc/$mask encap mpls 60 via inet$TST_IPV6 $(tst_ipaddr)"
/third_party/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh237 local type="type vti$TST_IPV6"
293 tst_res TINFO "Test vti$TST_IPV6 + IPsec[$IPSEC_PROTO/$IPSEC_MODE]"
295 tst_net_run -q "tst_check_drivers ip${TST_IPV6}_vti" || \
296 tst_brk TCONF "ip${TST_IPV6}_vti driver not available on lhost or rhost"
302 if [ "$TST_IPV6" ]; then
/third_party/ltp/lib/newlib_tests/shell/net/
Dtst_ipaddr_un.sh166 1) TST_IPV6= TST_IPVER=4 do_test2;;
167 2) TST_IPV6=6 TST_IPVER=6 do_test2;;
/third_party/ltp/testcases/network/stress/dns/
Ddns-stress.sh48 if [ "$TST_IPV6" ]; then
63 [ "$TST_IPV6" ] && ip6_opt="listen-on-v6 { any; };"
66 [ "$TST_IPV6" ] && ip_zone_opt="ip6"
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
Dsendfile01.sh22 client="testsf_c${TST_IPV6}"
23 server="testsf_s${TST_IPV6}"
/third_party/ltp/testcases/network/traceroute/
Dtraceroute01.sh17 TRACEROUTE=traceroute${TST_IPV6}
37 [ "$TST_IPV6" ] && bytes=80
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh50 echo "${t}${TST_IPV6}"
102 if [ $TST_IPV6 ]; then
/third_party/ltp/testcases/network/stress/broken_ip/
Dbroken_ip-nexthdr.sh14 TST_IPV6=6
Dbroken_ip-ihl.sh14 TST_IPV6=

12