Searched refs:tst_iface (Results 1 – 25 of 28) sorted by relevance
12
17 SYSFS_FORCE_IGMP_VERSION=$(sysctl -b net.ipv4.conf.$(tst_iface).force_igmp_version)25 ROD sysctl -q -w net.ipv4.conf.$(tst_iface).force_igmp_version=035 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version)39 ROD sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=074 …[ -n "$SYSFS_FORCE_IGMP_VERSION" ] && sysctl -q -w net.ipv4.conf.$(tst_iface).force_igmp_version=$…81 …[ -n "$SYSCTL_FORCE_MLD_VERSION" ] && sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=$S…
36 local iface=$(tst_iface)37 local iface_rmt=$(tst_iface rhost)61 if ping -I $(tst_iface) -c1 -w1 -s $size $(tst_ipaddr rhost) >/dev/null; then84 ip link set $(tst_iface) mtu $saved_mtu
17 local iface=$(tst_iface)
49 ROD ifconfig $(tst_iface) ${IPV4_LNETWORK}${add_to_net}.${num} netmask \
16 local iface=$(tst_iface)
18 local iface=$(tst_iface)
52 ip addr show $(tst_iface) | grep -q 'MULTICAST' || \55 ip maddr show $(tst_iface) | grep -q '224.0.0.1'73 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
20 ip -f mpls route flush dev $(tst_iface) > /dev/null 2>&157 ROD ip -f mpls route add $l dev $(tst_iface)65 ROD ip -f mpls route del $l dev $(tst_iface)
14 tc qdisc del dev $(tst_iface) root netem > /dev/null 2>&125 ROD tc qdisc add dev $(tst_iface) root netem loss 0.5%
16 tc qdisc del dev $(tst_iface) root netem loss 0.5% ecn27 tc qdisc add dev $(tst_iface) root netem loss 0.5% ecn > /dev/null 2>&1
17 tc qdisc del dev $(tst_iface) root netem > /dev/null 2>&131 ROD tc qdisc add dev $(tst_iface) root netem $emu_opts
22 ROD tc qdisc add dev $(tst_iface) root netem $netem_opt28 tc qdisc del dev $(tst_iface) root netem >/dev/null 2>&1
43 $ping_cmd -I $(tst_iface) -f $addr > /dev/null 2>&1 &47 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
23 local lhost_ifname=$(tst_iface lhost)24 local rhost_ifname=$(tst_iface rhost)
29 ROD ip route add $rt dev $(tst_iface)
37 tc qdisc del dev $(tst_iface) root netem delay 100 >/dev/null46 ROD tc qdisc add dev $(tst_iface) root netem delay 100
49 local iface_loc=${3:-$(tst_iface lhost $link_num)}50 local iface_rmt=${4:-$(tst_iface rhost $link_num)}
25 ethtool --show-features $(tst_iface) | \
16 local dev=$(tst_iface)
28 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
40 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
360 tst_iface() function564 local iface=$(tst_iface $type $link_num)621 local iface_loc=${1:-$(tst_iface)}622 local iface_rmt=${2:-$(tst_iface rhost)}
61 ping$TST_IPV6 -q -c1 $(tst_ipaddr rhost) -I $(tst_iface) > /dev/null || \
285 if_loc=$(tst_iface)286 if_rmt=$(tst_iface rhost)