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"
225 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
226 check_icmpv4_connectivity $lhost_ifname "${IPV4_NETWORK_PRE}.${link_num}.${LHOST_IPV4_HOST}"
241 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
245 route add -net $dst_network netmask 255.255.255.0 gw $gateway dev $lhost_ifname
248 ip route add ${dst_network}/24 via $gateway dev $lhost_ifname
267 pre_lhost_ifname=$lhost_ifname
271 lhost_ifname=`echo $lhost_ifname_array | cut -d ' ' -f $field`
276 route add -net $dst_network netmask 255.255.255.0 gw $gateway dev $lhost_ifname
280 ip route change ${dst_network}/24 via $gateway dev $lhost_ifname