Home
last modified time | relevance | path

Searched refs:route_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rc/
H A Dpccard_ether44 eval route_args=\$route_${i}
45 route add ${route_args}
56 eval route_args=\$route_${i}
57 route delete ${route_args}
/freebsd/libexec/rc/rc.d/
H A Drouting191 route_args=`get_if_var ${i%:*} route_IF`
192 if [ -n "$route_args" ]; then
193 ${ROUTE_CMD} ${_action} ${route_args}