HomeSort by: relevance | last modified time | path
    Searched refs:new_static_routes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/scripts/
bsdos 154 if [ "$new_static_routes" != "" ]; then
155 set $new_static_routes
233 set $new_static_routes
freebsd 255 if [ -n "$new_static_routes" ]; then
256 $LOGGER "New Static Routes: $new_static_routes"
257 set -- $new_static_routes
348 set -- $new_static_routes
netbsd 199 if [ "$new_static_routes" != "" ]; then
200 set $new_static_routes
278 set $new_static_routes
openbsd 195 if [ "$new_static_routes" != "" ]; then
196 set $new_static_routes
274 set $new_static_routes

Completed in 21 milliseconds