summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.conf.5
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:35:03 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2013-06-01 18:35:03 +0000
commit204316bee57f022dea637a9d94567f3c852d1131 (patch)
tree8d284d4c9cc54e5b19e12208df2eaead208df97a /usr.sbin/ldpd/ldpd.conf.5
parent12ce88afbc54312fc23d8fe50736b79d3ef0c947 (diff)
Drop support for passive interfaces.
Support for passive interfaces was inherited from ospfd but it doesn't make any sense at all for ldpd. Diff from Renato Westphal
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r--usr.sbin/ldpd/ldpd.conf.532
1 files changed, 15 insertions, 17 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5
index 4d1b548c915..8a78c4fcf6c 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.8 2012/08/29 20:15:19 jmc Exp $
+.\" $OpenBSD: ldpd.conf.5,v 1.9 2013/06/01 18:35:02 claudio Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 29 2012 $
+.Dd $Mdocdate: June 1 2013 $
.Dt LDPD.CONF 5
.Os
.Sh NAME
@@ -62,7 +62,8 @@ interface em0 {
}
.Ed
.Sh GLOBAL CONFIGURATION
-Global settings concerns the main behaviour of the daemon.
+All interface related settings can be configured globally and per interface.
+The only settings that can be set globally and not overruled are listed below.
.Pp
.Bl -tag -width Ds -compact
.It Xo
@@ -83,18 +84,6 @@ Set the router ID; in combination with labelspace it forms the LSR-ID.
Set the label space advertised by
.Xr ldpd 8 .
.Pp
-.It Ic holdtime Ar seconds
-Set the hello holdtime in seconds.
-The maximum time
-.Xr ldpd 8
-will wait between two consecutive hello messages from a peer before it is
-marked as being down.
-The default value is 15.
-.Pp
-.It Ic hello-interval Ar seconds
-Set the hello interval in seconds.
-The default value is 5; valid range is 1\-65535.
-.Pp
.It Ic keepalive Ar seconds
Set the keepalive interval in seconds.
The default value is 180; valid range is 1\-65535.
@@ -142,8 +131,17 @@ interface em0 {
.Pp
Interface-specific parameters are listed below.
.Bl -tag -width Ds
-.It Ic passive
-Prevent transmission and reception of LDP packets on this interface.
+.It Ic holdtime Ar seconds
+Set the hello holdtime in seconds.
+The maximum time
+.Xr ldpd 8
+will wait between two consecutive hello messages from a peer before it is
+marked as being down.
+The default value is 15.
+.Pp
+.It Ic hello-interval Ar seconds
+Set the hello interval in seconds.
+The default value is 5; valid range is 1\-65535.
.El
.Sh FILES
.Bl -tag -width "/etc/ldpd.conf" -compact