|
@@ -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.
|