Added info about -A and -u command line switches to man pages.

This commit is contained in:
hasso 2003-11-27 13:02:03 +00:00
parent b84d3a1b6e
commit 6c110e700c
7 changed files with 110 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2003-11-27 Hasso Tepper <hasso@estpak.ee>
* Added -A and -u descriptions to the man pages.
2003-01-22 Christian Hammers <ch@westend.com>
* ospfd.texi (OSPF router, OSPF router): Add description.
2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* zebra-0.93 released.

View File

@ -6,7 +6,7 @@ bgpd \- a BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra
.SH SYNOPSIS
.B bgpd
[
.B \-dhpPv
.B \-dhpPrv
]
[
.B \-f config-file
@ -23,6 +23,13 @@ bgpd \- a BGPv4, BGPv4+, BGPv4- routing engine for use with Zebra
[
.B \-P vty-port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B bgpd
@ -61,6 +68,16 @@ Set the port that bgpd will listen to for bgp data.
Specify the port that the bgpd VTY will listen on. This defaults to
2605, as specified in \fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the bgpd VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user and group to run as. User and group have to have same
name at the moment. Default is \fIquagga\fR.
.TP
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBbgpd\fR.

View File

@ -17,6 +17,14 @@ ospf6d \- an OSPF routing engine for use with Zebra and IPv6
[
.B \-P port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B ospf6d
@ -52,6 +60,15 @@ restart ospf6d. The likely default is \fB\fI/var/run/ospf6d.pid\fR.
Specify the port that the ospf6d VTY will listen on. This defaults to
2606, as specified in \fB\fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the ospf6d VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user ... Default is \fIquagga\fR.
.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version and exit.

View File

@ -17,6 +17,12 @@ ospfd \- an OSPF v2 routing engine for use with Zebra
[
.B \-P port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B ospfd
@ -55,6 +61,16 @@ Turn verbose logging on.
Specify the port that the ospfd VTY will listen on. This defaults to
2604, as specified in \fB\fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the ospfd VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user and group to run as. User and group have to have same
name at the moment. Default is \fIquagga\fR.
.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version and exit.

View File

@ -17,6 +17,13 @@ ripd \- a RIP routing engine for use with Zebra
[
.B \-P port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B ripd
@ -52,6 +59,16 @@ restart ripd. The likely default is \fB\fI/var/run/ripd.pid\fR.
Specify the port that the ripd VTY will listen on. This defaults to
2602, as specified in \fB\fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the ripd VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user and group to run as. User and group have to have same
name at the moment. Default is \fIquagga\fR.
.TP
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBripd\fR.

View File

@ -17,6 +17,13 @@ ripngd \- a RIP routing engine for use with Zebra and IPv6
[
.B \-P port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B ripngd
@ -56,6 +63,16 @@ Turn verbose logging on.
Specify the port that the ripngd VTY will listen on. This defaults to
2603, as specified in \fB\fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the ripngd VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user and group to run as. User and group have to have same
name at the moment. Default is \fIquagga\fR.
.TP
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBripd\fR.

View File

@ -17,6 +17,13 @@ zebra \- a routing manager for use with associated components
[
.B \-P port-number
]
[
.B \-A vty-address
]
[
.B \-u user
]
.SH DESCRIPTION
.B zebra
@ -64,6 +71,16 @@ Turn verbose logging on.
Specify the port that the zebra VTY will listen on. This defaults to
2602, as specified in \fB\fI/etc/services\fR.
.TP
\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
Specify the address that the zebra VTY will listen on. Default is all
intrefaces.
.TP
\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
Specify the user and group to run as. User and group have to have same
name at the moment. Default is \fIquagga\fR.
.TP
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBzebra\fR.