diff options
author | hasso <hasso> | 2003-11-27 13:02:03 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-11-27 13:02:03 +0000 |
commit | 6c110e700c21ef3d1d958da1df54261960d7ef07 (patch) | |
tree | 857727aec02f197ab5bbeb1169ce9977c25d8502 /doc/bgpd.8 | |
parent | b84d3a1b6e3e915a0f2e24f13c0445fae8f37a6f (diff) |
Added info about -A and -u command line switches to man pages.
Diffstat (limited to 'doc/bgpd.8')
-rw-r--r-- | doc/bgpd.8 | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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. |