summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2003-07-30 07:33:10 +0000
committersuz <suz@FreeBSD.org>2003-07-30 07:33:10 +0000
commit83d78951a724300dbcaf55f425a2b25bc1109472 (patch)
tree75c15fa43637cdf465d9e6700dbc1c8b463a03ba /usr.sbin/rtadvd
parent30b29eae6fe92bcf93125be941a7f559a9077d60 (diff)
downloadFreeBSD-src-83d78951a724300dbcaf55f425a2b25bc1109472.zip
FreeBSD-src-83d78951a724300dbcaf55f425a2b25bc1109472.tar.gz
fixed wrong parameter descriptions
Obtained from: KAME MFC after: 1 day
Diffstat (limited to 'usr.sbin/rtadvd')
-rw-r--r--usr.sbin/rtadvd/rtadvd.conf.512
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5
index e1154c9..3124e6f 100644
--- a/usr.sbin/rtadvd/rtadvd.conf.5
+++ b/usr.sbin/rtadvd/rtadvd.conf.5
@@ -117,12 +117,18 @@ Bit 4
and Bit 3
.Pq Li 0x08
are used to encode router preference.
-0x01 means high, 0x00 means medium, and 0x11 means low.
-The default value is 0.
+Bits 01 means high, 00 means medium, and 11 means low.
+Bits 10 is reserved, and must not be specified.
+The default value of the entire flag is 0,
+which means no additional
+configuration methods, and the medium router preference.
.It Cm \&rltime
(num) Router lifetime field
(unit: seconds).
-Its value must be no greater than 3600000.
+Its value must be either zero or between
+the value of
+.Cm maxinterval
+and 9000.
When
.Nm rtadvd
runs on a host, this value must explicitly set 0 on all the
OpenPOWER on IntegriCloud