Package: quagga
Version: 0.99.11-1
Severity: minor
Tags: patch

Hi,

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.


thanks,
Thijs
diff -Nur quagga-0.99.11.orig/doc/zebra.8 quagga-0.99.11/doc/zebra.8
--- quagga-0.99.11.orig/doc/zebra.8	2009-03-02 16:35:28.000000000 +0100
+++ quagga-0.99.11/doc/zebra.8	2009-03-02 16:37:05.000000000 +0100
@@ -65,7 +65,7 @@
 .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

Reply via email to