If rtadvd_interfaces is set to "none", start rtadvd without listing

any interfaces on the command line.

MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2013-02-25 17:07:42 +00:00
parent c1803a93a4
commit 55de4cd6fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247271

View File

@ -46,6 +46,8 @@ rtadvd_precmd()
fi
done
;;
[Nn][Oo][Nn][Ee])
;;
*)
command_args="${rtadvd_interfaces}"
;;