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

  /src/external/mpl/dhcp/dist/client/scripts/
bsdos 137 if [ "$old_static_routes" != "" ]; then
138 set $old_static_routes
196 if [ "$old_static_routes" != "" ]; then
197 set $old_static_routes
246 if [ "$old_static_routes" != "" ]; then
247 set $old_static_routes
netbsd 182 if [ "$old_static_routes" != "" ]; then
183 set $old_static_routes
241 if [ "$old_static_routes" != "" ]; then
242 set $old_static_routes
291 if [ "$old_static_routes" != "" ]; then
292 set $old_static_routes
openbsd 178 if [ "$old_static_routes" != "" ]; then
179 set $old_static_routes
237 if [ "$old_static_routes" != "" ]; then
238 set $old_static_routes
287 if [ "$old_static_routes" != "" ]; then
288 set $old_static_routes
freebsd 226 if [ -n "$old_static_routes" ]; then
227 set -- $old_static_routes
304 if [ -n "$old_static_routes" ]; then
305 set -- $old_static_routes
361 if [ -n "$old_static_routes" ]; then
362 set -- $old_static_routes

Completed in 16 milliseconds