Small improvements. Sort options. From jmc@openbsd.
This commit is contained in:
parent
25988cacf4
commit
14a2986cc2
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rtadvd.8,v 1.19 2003/09/07 16:22:27 wiz Exp $
|
||||
.\" $NetBSD: rtadvd.8,v 1.20 2005/10/31 15:28:53 wiz Exp $
|
||||
.\" $KAME: rtadvd.8,v 1.18 2002/04/28 10:43:02 jinmei Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
|
@ -28,7 +28,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 17, 1998
|
||||
.Dd October 31, 2005
|
||||
.Dt RTADVD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -36,13 +36,12 @@
|
|||
.Nd router advertisement daemon
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl DdfMRs
|
||||
.Op Fl c Ar configfile
|
||||
.Op Fl dDfMRs
|
||||
.Ar interface ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
sends router advertisement packets to the specified
|
||||
.Ar interfaces .
|
||||
sends router advertisement packets to the specified interfaces.
|
||||
.Pp
|
||||
The program will daemonize itself on invocation.
|
||||
It will then send router advertisement packets periodically, as well
|
||||
|
@ -53,7 +52,7 @@ described in
|
|||
.Xr rtadvd.conf 5 .
|
||||
.Pp
|
||||
If there is no configuration file entry for an interface,
|
||||
or if the configuration file does not exist altogether,
|
||||
or if the configuration file does not exist at all,
|
||||
.Nm
|
||||
sets all the parameters to their default values.
|
||||
In particular,
|
||||
|
@ -83,23 +82,25 @@ However, it would sometimes be useful to allow hosts to advertise some
|
|||
parameters such as prefix information and link MTU.
|
||||
Thus,
|
||||
.Nm
|
||||
can be invoked if router lifetime is explicitly set zero on every
|
||||
can be invoked if router lifetime is explicitly set to zero on every
|
||||
advertising interface.
|
||||
.Pp
|
||||
The command line options are:
|
||||
.Bl -tag -width indent
|
||||
.\"
|
||||
.It Fl c
|
||||
.It Fl c Ar configfile
|
||||
Specify an alternate location,
|
||||
.Ar configfile ,
|
||||
for the configuration file.
|
||||
By default,
|
||||
.Pa /etc/rtadvd.conf
|
||||
is used.
|
||||
.It Fl D
|
||||
Even more debugging information than that offered by the
|
||||
.Fl d
|
||||
option is printed.
|
||||
.It Fl d
|
||||
Print debugging information.
|
||||
.It Fl D
|
||||
Even more debugging information is printed.
|
||||
.It Fl f
|
||||
Foreground mode (useful when debugging).
|
||||
Log messages will be dumped to stderr when this option is specified.
|
||||
|
@ -118,7 +119,9 @@ option, which enables routing renumbering protocol support.
|
|||
.\"permitted configuration directives.
|
||||
.It Fl R
|
||||
Accept router renumbering requests.
|
||||
If you enable it, certain IPsec setup is suggested for security reasons.
|
||||
If you enable it, an
|
||||
.Xr ipsec 4
|
||||
setup is suggested for security reasons.
|
||||
.\"On KAME-based systems,
|
||||
.\".Xr rrenumd 8
|
||||
.\"generates router renumbering request packets.
|
||||
|
@ -147,16 +150,14 @@ will transmit router advertisement with router lifetime 0
|
|||
to all the interfaces
|
||||
.Pq in accordance with RFC 2461 6.2.5 .
|
||||
.Sh EXIT STATUS
|
||||
The
|
||||
.Nm
|
||||
program exits 0 on success, and \*[Gt]0 on failures.
|
||||
.Ex -std rtadvd
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa -compact
|
||||
.Bl -tag -width /var/run/rtadvd.dumpXX -compact
|
||||
.It Pa /etc/rtadvd.conf
|
||||
The default configuration file.
|
||||
.It Pa /var/run/rtadvd.pid
|
||||
contains the pid of the currently running
|
||||
.Nm rtadvd .
|
||||
Contains the PID of the currently running
|
||||
.Nm .
|
||||
.It Pa /var/run/rtadvd.dump
|
||||
The file in which
|
||||
.Nm
|
||||
|
@ -176,6 +177,6 @@ advertise Router Advertisement messages on an upstream link to avoid
|
|||
undesirable
|
||||
.Xr icmp6 4
|
||||
redirect messages.
|
||||
However, based on the later discussion in the IETF IPng working group,
|
||||
However, based on later discussion in the IETF IPng working group,
|
||||
all routers should rather advertise the messages regardless of
|
||||
the network topology, in order to ensure reachability.
|
||||
|
|
Loading…
Reference in New Issue