Home | History | Annotate | Download | only in route

Lines Matching refs:gateway

67 # The first 2 ocnted of the Network portion of the gateway address
70 # Netmask of for the gateway
75 RHOST_IPV4_HOST=${RHOST_IPV4_HOST:-"1"} # gateway
223 # Check the connectivity to the gateway
242 gateway="${IPV4_NETWORK_PRE}.${link_num}.${RHOST_IPV4_HOST}"
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
268 pre_gateway=$gateway
272 gateway="${IPV4_NETWORK_PRE}.${link_num}.${RHOST_IPV4_HOST}"
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
284 tst_resm TFAIL "Failed to change the gateway to $gateway"