From 5b40b1b57e1fad1caf579e032adf4e111128e486 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Tue, 21 Jul 2009 19:24:29 +0400 Subject: [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. --- doc/zebra.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1