Home | History | Annotate | Download | only in route

Lines Matching refs:lhost_ifname

93 #   lhost_ifname	- Interface name of the local host
119 lhost_ifname=`get_ifname lhost ${link_num}`
124 lhost_ifname_array="$lhost_ifname_array $lhost_ifname"
223 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
224 check_icmpv6_connectivity $lhost_ifname "${IPV6_NETWORK_PRE}:${link_num}:${LHOST_IPV6_HOST}"
239 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
243 route -A inet6 add ${dst_network}/64 gw $gateway dev $lhost_ifname
246 ip -f inet6 route add ${dst_network}/64 via $gateway dev $lhost_ifname
265 pre_lhost_ifname=$lhost_ifname
269 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
274 route -A inet6 add ${dst_network}/64 gw $gateway dev $lhost_ifname
278 ip -f inet6 route add ${dst_network}/64 via $gateway dev $lhost_ifname