From c31fb6c24d6f0a07578eaf605e3e23eee777ee5b Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 23 May 2016 15:41:05 +0000 Subject: Allow setting the session holdtime per neighbor. --- usr.sbin/ldpd/ldpd.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ldpd/ldpd.conf.5') 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 .\" Copyright (c) 2005, 2006 Esben Norby @@ -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 -- cgit v1.2.3