diff options
author | Thijs Kinkhorst <thijs@debian.org> | 2009-07-21 19:24:29 +0400 |
---|---|---|
committer | Denis Ovsienko <pilot@etcnet.org> | 2009-07-21 19:24:29 +0400 |
commit | 5b40b1b57e1fad1caf579e032adf4e111128e486 (patch) | |
tree | 87cc68288b5ba178ba0e25fea64f17e8d4b2658c /doc/zebra.8 | |
parent | 998274cd7c559bd04d7b7f6e615ad120af915d86 (diff) |
[doc] zebra.8 via Christian Hammers (#531)
The man page for zebra(8) mentions as port number to connect to 2602,
but it's acutally 2601 (as shown in /etc/services). 2602 belongs to ripd.
Attached patch fixes this typo.
Diffstat (limited to 'doc/zebra.8')
-rw-r--r-- | doc/zebra.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zebra.8 b/doc/zebra.8 index 9399be08..23703e72 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -62,7 +62,7 @@ On startup, don't delete self inserted routes. .TP \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR Specify the port that the zebra VTY will listen on. This defaults to -2602, as specified in \fB\fI/etc/services\fR. +2601, as specified in \fB\fI/etc/services\fR. .TP \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR Specify the address that the zebra VTY will listen on. Default is all |