summaryrefslogtreecommitdiffstats
path: root/doc/ripd.8
diff options
context:
space:
mode:
authorhasso <hasso>2003-11-27 13:02:03 +0000
committerhasso <hasso>2003-11-27 13:02:03 +0000
commit080d982903bf4620eccab29064a2cbb01ae113fa (patch)
tree0d5992194eaf75553c400526408cb1b4911c53a8 /doc/ripd.8
parentd35302073f9d9dc17c47a49f500cc88e07ffeebd (diff)
downloadquagga-080d982903bf4620eccab29064a2cbb01ae113fa.tar.bz2
quagga-080d982903bf4620eccab29064a2cbb01ae113fa.tar.xz
Added info about -A and -u command line switches to man pages.
Diffstat (limited to 'doc/ripd.8')
-rw-r--r--doc/ripd.817
1 files changed, 17 insertions, 0 deletions
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
@@ -53,6 +60,16 @@ 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.