Searched refs:TST_IPV6 (Results 1 – 25 of 33) sorted by relevance
12
24 ip${TST_IPV6}tables $@26 $(ip${TST_IPV6}tables-translate $@ | sed 's,\\,,g')33 ROD ip${TST_IPV6}tables -D INPUT 135 ROD nft flush chain ip${TST_IPV6} filter INPUT42 toolname=ip${TST_IPV6}tables44 tst_require_drivers ip${TST_IPV6}_tables47 cmds="$toolname ip${TST_IPV6}tables-translate"50 if [ "$TST_IPV6" ];then58 ping_cmd="ping$TST_IPV6"69 if lsmod | grep -q "ip${TST_IPV6}_tables"; then[all …]
17 local ip_table="ip${TST_IPV6}"31 local ip_table="ip${TST_IPV6}"
42 if [ $TST_IPV6 ]; then64 dhclient_lease="/var/lib/dhclient/dhclient${TST_IPV6}.leases"65 [ -f $dhclient_lease ] || dhclient_lease="/var/lib/dhcp/dhclient${TST_IPV6}.leases"67 tst_res TINFO "backup dhclient${TST_IPV6}.leases"96 [ -f "dhclient${TST_IPV6}.leases" ] && \97 mv dhclient${TST_IPV6}.leases $dhclient_lease119 start_dhcp$TST_IPV6
54 [ "$TST_IPV6" ] && cmd="ns-icmpv6_sender"59 [ "$TST_IPV6" ] && mcast_setup6 || mcast_setup4 $max79 [ "$TST_IPV6" ] && mcast_cleanup6 || mcast_cleanup495 [ "$TST_IPV6" ] && mprefix="$MCAST_IPV6_ADDR_PREFIX"103 if [ "$TST_IPV6" ]; then115 [ "$TST_IPV6" ] && maddr="$MCAST_IPV6_ADDR"120 if [ "$TST_IPV6" ]; then
19 [ "$TST_IPV6" ] && local netmask=64 || local netmask=1633 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25443 if [ "$TST_IPV6" ]; then53 if [ "$TST_IPV6" ]; then78 if [ "$TST_IPV6" ]; then
17 local inet="inet$TST_IPV6"19 if [ "$TST_IPV6" ]; then36 [ "$TST_IPV6" ] && local xymax=65535 || xymax=25446 if [ "$TST_IPV6" ]; then
19 if [ "$TST_IPV6" ]; then40 if [ "$TST_IPV6" ]; then67 if [ "$TST_IPV6" ]; then
17 local inet="inet$TST_IPV6"20 if [ "$TST_IPV6" ]; then
26 [ "$TST_IPV6" ] && CHANGE_VALUES=$CHANGE6_VALUES46 [ "$TST_IPV6" ] && local netmask=64 || local netmask=16
26 if [ -n "$TST_IPV6" ]; then37 tst_require_cmds $CMD ping$TST_IPV655 [ "$TST_IPV6" ] && entry_name="NDISC"61 ping$TST_IPV6 -q -c1 $(tst_ipaddr rhost) -I $(tst_iface) > /dev/null || \
19 TST_IPV6=${TST_IPV6:-}20 TST_IPVER=${TST_IPV6:-4}25 6) TST_IPV6=6 TST_IPVER=6;;64 if [ "$TST_IPV6" ]; then359 if [ "$TST_IPV6" ]; then392 [ "$TST_IPV6" ] && default_max=65535425 p) [ "$TST_IPV6" ] && prefix="/64" || prefix="/24";;465 if [ "$TST_IPV6" ]; then474 if [ -z "$TST_IPV6" ]; then547 if [ "$TST_IPV6" ]; then[all …]
29 [ -n "$TST_IPV6" ] && mask=128 || mask=3232 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)"
15 if [ -n "$TST_IPV6" ]; then
44 if [ "$TST_IPV6" ] && tst_kvcmp -lt "3.12"; then133 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt154 tst_rhost_run -s -c "ip -f inet$TST_IPV6 tu add ltp_v0 \265 if [ "$TST_IPV6" ]; then376 [ "$TST_IPV6" ] && virt_type="ip6gre"
23 [ "$TST_IPV6" ] && mult_addr="ff02::abc"
14 [ -n "$TST_IPV6" ] && tst_res TBROK "invalid option '-6' for sit tunnel"
163 1) TST_IPV6= TST_IPVER=4 do_test2;;164 2) TST_IPV6=6 TST_IPVER=6 do_test2;;
18 [ "$TST_IPV6" ] && tst_res TINFO "NOTE: tracepath6 from iputils is not supported"29 [ "$TST_IPV6" ] && bytes=80
45 CLIENT="testsf_c${TST_IPV6}"46 SERVER="testsf_s${TST_IPV6}"
48 if [ "$TST_IPV6" ]; then63 [ "$TST_IPV6" ] && ip6_opt="listen-on-v6 { any; };"66 [ "$TST_IPV6" ] && ip_zone_opt="ip6"
42 echo "${t}${TST_IPV6}"73 if [ $TST_IPV6 ]; then
237 local type="type vti$TST_IPV6"293 tst_res TINFO "Test vti$TST_IPV6 + IPsec[$IPSEC_PROTO/$IPSEC_MODE]"299 if [ "$TST_IPV6" ]; then
24 PING_CMD=ping${TST_IPV6}
16 PING=ping${TST_IPV6}
29 EXPECT_PASS_BRK ping$TST_IPV6 -c1 -I $(tst_ipaddr) $rhost \>/dev/null