summaryrefslogtreecommitdiff
path: root/doc/bgpd.8
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bgpd.8')
-rw-r--r--doc/bgpd.819
1 files changed, 18 insertions, 1 deletions
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
@@ -62,6 +69,16 @@ 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.