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_IPV6_HOST=":1" # gateway
221 # Check the connectivity to the gateway
240 gateway="${IPV6_NETWORK_PRE}:${link_num}:${RHOST_IPV6_HOST}"
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
266 pre_gateway=$gateway
270 gateway="${IPV6_NETWORK_PRE}:${link_num}:${RHOST_IPV6_HOST}"
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
283 tst_resm TFAIL "Failed to change the gateway to $gateway"