From 6c110e700c21ef3d1d958da1df54261960d7ef07 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 27 Nov 2003 13:02:03 +0000 Subject: Added info about -A and -u command line switches to man pages. --- doc/ChangeLog | 8 ++++++++ doc/bgpd.8 | 19 ++++++++++++++++++- doc/ospf6d.8 | 17 +++++++++++++++++ doc/ospfd.8 | 16 ++++++++++++++++ doc/ripd.8 | 17 +++++++++++++++++ doc/ripngd.8 | 17 +++++++++++++++++ doc/zebra.8 | 17 +++++++++++++++++ 7 files changed, 110 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index cfe6e0e2..7b174f7c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2003-11-27 Hasso Tepper + + * Added -A and -u descriptions to the man pages. + +2003-01-22 Christian Hammers + + * ospfd.texi (OSPF router, OSPF router): Add description. + 2002-07-07 Kunihiro Ishiguro * zebra-0.93 released. diff --git a/doc/bgpd.8 b/doc/bgpd.8 index cba3bdac..867ae03f 100644 --- a/doc/bgpd.8 +++ b/doc/bgpd.8 @@ -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. diff --git a/doc/ospf6d.8 b/doc/ospf6d.8 index 1882c10e..65613202 100644 --- a/doc/ospf6d.8 +++ b/doc/ospf6d.8 @@ -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. diff --git a/doc/ospfd.8 b/doc/ospfd.8 index 0fbfce4c..3bc11c13 100644 --- a/doc/ospfd.8 +++ b/doc/ospfd.8 @@ -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. diff --git a/doc/ripd.8 b/doc/ripd.8 index e15989ff..c52c7aa4 100644 --- a/doc/ripd.8 +++ b/doc/ripd.8 @@ -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. diff --git a/doc/ripngd.8 b/doc/ripngd.8 index cff8abe6..8108d99a 100644 --- a/doc/ripngd.8 +++ b/doc/ripngd.8 @@ -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. diff --git a/doc/zebra.8 b/doc/zebra.8 index 190f4a62..1256e6c1 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -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. -- cgit v1.2.1