diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-02-04 06:22:06 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-02-04 06:22:06 +0000 |
commit | e13de9618a383db8e6cab9b59a0ba8d3b82e1b16 (patch) | |
tree | 95b8ae35bc7a09a2c91baeae7aea16aae18304ab /usr.sbin/rtadvd/rtadvd.8 | |
parent | 47800ffd47d856d9ac396fafa16a5eb44608b84a (diff) |
avoid infinite loop when -s is specified (select loop mistake).
make agetent() 32bit clean. KAME PR 127.
disable -R (router renumbering receiver). sync with kame.
Diffstat (limited to 'usr.sbin/rtadvd/rtadvd.8')
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index 58e40c21f06..c5a9fd39f97 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: rtadvd.8,v 1.13 2001/01/15 11:06:28 itojun Exp $ -.\" $KAME: rtadvd.8,v 1.15 2000/12/22 08:54:29 jinmei Exp $ +.\" $OpenBSD: rtadvd.8,v 1.14 2001/02/04 06:22:05 itojun Exp $ +.\" $KAME: rtadvd.8,v 1.17 2001/02/04 05:34:38 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -110,7 +110,7 @@ tries to join the first advertising interface appeared in the command line. This option has meaning only with the .Fl R -option, which enables auto routing renumbering. +option, which enables routing renumbering protocol support. .\".It Fl m .\"Enables mobile IPv6 support. .\"This changes the content of router advertisement option, as well as @@ -118,6 +118,12 @@ option, which enables auto routing renumbering. .It Fl R Accept router renumbering requests. If you enable it, certain IPsec setup is suggested for security reasons. +.\"On KAME-based systems, +.\".Xr rrenumd 8 +.\"generates router renumbering request packets. +This option is currently disabled, and is ignored by +.Nm +with a warning message. .It Fl s Do not add or delete prefixes dynamically. Only statically configured prefixes, if any, will be advertised. @@ -156,7 +162,6 @@ in which dumps its internal state. .El .Sh SEE ALSO -.Xr daemon 3 , .Xr rtadvd.conf 5 , .Xr rtsol 8 .Sh HISTORY |