Project

General

Profile

Bug #1870 » 0004-Update-the-rc.conf-s-man-page-s-vkernel-section.patch

rumcic, 10/12/2010 07:49 PM

View differences:

share/man/man5/rc.conf.5
If set to
.Dq Li NO ,
any configured vkernels will not be started.
.It Va vkernel_kill_timeout
.Pq Vt int
This defines the default number of seconds that we will wait for the
vkernel to shut down on it's own. If after this time it's still alive,
it will be killed with SIGKILL.
.It Va vkernel_bin
.Pq Vt str
Defines the default path to the vkernel binary.
.It Va vkernel_list
.Pq Vt str
A space separated list of names for vkernels.
......
vkernel_example_iface_list="auto:bridge0"
vkernel_example_logfile="/dev/null"
vkernel_example_flags="-U"
vkernel_example_kill_timeout="45"
.Ed
.Pp
The last three are optional.
The last five are optional.
They default to an empty string if not set, except for logfile which defaults to
.Pa /dev/null
if it is not set.
(4-4/4)