summaryrefslogtreecommitdiff
path: root/doc/ripngd.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ripngd.8')
-rw-r--r--doc/ripngd.817
1 files changed, 17 insertions, 0 deletions
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
@@ -57,6 +64,16 @@ 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.