Module Name: src
Committed By: kefren
Date: Thu Jul 7 05:20:16 UTC 2011
Modified Files:
src/usr.sbin/ldpd: ldpd.8
Log Message:
Mention that it doesn't support Path Vectors and Hop Counts
Mention RFC3037 and xref ldpd.conf
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/ldpd/ldpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ldpd/ldpd.8
diff -u src/usr.sbin/ldpd/ldpd.8:1.4 src/usr.sbin/ldpd/ldpd.8:1.5
--- src/usr.sbin/ldpd/ldpd.8:1.4 Fri Dec 31 06:15:08 2010
+++ src/usr.sbin/ldpd/ldpd.8 Thu Jul 7 05:20:16 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ldpd.8,v 1.4 2010/12/31 06:15:08 wiz Exp $
+.\" $NetBSD: ldpd.8,v 1.5 2011/07/07 05:20:16 kefren Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 7, 2010
+.Dd July 7, 2011
.Dt LDPD 8
.Os
.Sh NAME
@@ -79,6 +79,9 @@
Specifies a path to the config file.
Default:
.Pa /etc/ldpd.conf
+- see
+.Xr ldpd.conf 5
+for configuration file format.
.It Fl D
Enable debug mode.
.It Fl d
@@ -100,6 +103,12 @@
.%D January 2001
.%T LDP Specification
.Re
+.Rs
+.%R RFC
+.%N 3037
+.%D January 2001
+.%T LDP Applicability
+.Re
.Sh HISTORY
The
.Nm
@@ -107,4 +116,4 @@
.Nx 6.0 .
.Sh BUGS
.Nm
-supports only IPv4.
+supports only IPv4 and doesn't implement Path Vector and Hop Count TLVs.