Lines Matching full:route
75 # empty "/etc/defaultrouter" file will cause the default route
102 # Read /etc/inet/static_routes and add each link-local route.
108 /usr/sbin/route add $line
123 # the last route between the running system and its
127 # First, remember the original route.
135 # this, if one of the routes we add is for the route
142 route_added=`/usr/sbin/route -n add default \
150 # Finally, delete the original default route unless it
154 /usr/sbin/route -n delete default \
158 /usr/sbin/route -fn > /dev/null
168 # to disabled if a default route was previously added via BOOTP, DHCP,
173 # No default routes were setup by "route" command above.
216 # Read /etc/inet/static_routes and add each non-link-local route.
222 /usr/sbin/route add $line