summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.conf.5
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2015-07-19 21:01:57 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2015-07-19 21:01:57 +0000
commit56eae6feccf598575c94e77527240efa67e047b2 (patch)
treecd702738ed4a2927509d4f4155f7f0345bf000a2 /usr.sbin/ldpd/ldpd.conf.5
parent9a2afa8acf1879cf27b958867ec93b8685463544 (diff)
Implement md5 authentication support.
ok claudio@
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r--usr.sbin/ldpd/ldpd.conf.524
1 files changed, 22 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5
index fc765bf3758..0a4bace9a70 100644
--- a/usr.sbin/ldpd/ldpd.conf.5
+++ b/usr.sbin/ldpd/ldpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldpd.conf.5,v 1.15 2015/07/19 20:50:03 renato Exp $
+.\" $OpenBSD: ldpd.conf.5,v 1.16 2015/07/19 21:01:56 renato Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -31,7 +31,7 @@ daemon implements the Label Distribution Protocol as described in RFC 5036.
.Sh SECTIONS
The
.Nm
-config file is divided into four main sections.
+config file is divided into five main sections.
.Bl -tag -width xxxx
.It Sy Macros
User-defined variables may be defined and used later, simplifying the
@@ -43,6 +43,8 @@ Global settings for
Interface-specific parameters.
.It Sy Targeted Neighbors Configuration
Targeted neighbor specific parameters.
+.It Sy Neighbors Configuration
+Neighbor-specific parameters.
.El
.Sh MACROS
Much like
@@ -139,6 +141,24 @@ The default value is 45.
Set the hello interval in seconds.
The default value is 5; valid range is 1\-65535.
.El
+.Sh NEIGHBORS
+The
+.Ic neighbor
+section allows for the configuration of neighbor-specific parameters. Note,
+however, that
+.Xr ldpd 8
+uses the hello discovery mechanism to discover its neighbors. Without an
+underlying adjacency these commands have no effect.
+.Bd -literal -offset indent
+neighbor A.B.C.D {
+}
+.Ed
+.Pp
+Neighbor-specific parameters are listed below.
+.Bl -tag -width Ds
+.It Ic password Ar secret
+Enable TCP MD5 signatures per RFC 5036.
+.El
.Sh FILES
.Bl -tag -width "/etc/ldpd.conf" -compact
.It Pa /etc/ldpd.conf