diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 15:41:05 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 15:41:05 +0000 |
commit | c31fb6c24d6f0a07578eaf605e3e23eee777ee5b (patch) | |
tree | 7201ea8729d70e3a1689dfff2cc0b8147f4e996d /usr.sbin/ldpd/ldpd.conf.5 | |
parent | 3590efdb36e7192ab935403c96039a3f78c9328a (diff) |
Allow setting the session holdtime per neighbor.
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index c59f9083ef3..ef32391294e 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.20 2016/05/23 15:36:53 renato Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.21 2016/05/23 15:41:04 renato Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -179,6 +179,10 @@ neighbor A.B.C.D { .Pp Neighbor-specific parameters are listed below. .Bl -tag -width Ds +.It Ic keepalive Ar seconds +Set the keepalive timeout in seconds. +Inherited from the global configuration if not given. +The default value is 180; valid range is 1\-65535. .It Ic password Ar secret Enable TCP MD5 signatures per RFC 5036. .El |