summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2012-06-12 18:54:50 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2012-06-12 18:54:50 +0000
commitf4a08bb56d5f8ea5b017994e474596a56ac36221 (patch)
treefd02c39309dbbde188634ccce96de2d3067baa0e /usr.sbin
parentb4e045eb8db7d94ad8390a2a9884fa79145dbecc (diff)
The router-dead-time is only a 16-bit value in ospf v3.
Found by robert at peichaer.org. OK henning@ jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ospf6d/ospf6d.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5
index 550847b5b30..ed99c6cbffe 100644
--- a/usr.sbin/ospf6d/ospf6d.conf.5
+++ b/usr.sbin/ospf6d/ospf6d.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6d.conf.5,v 1.10 2012/04/24 14:56:09 jmc Exp $
+.\" $OpenBSD: ospf6d.conf.5,v 1.11 2012/06/12 18:54:49 claudio Exp $
.\"
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -17,7 +17,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: April 24 2012 $
+.Dd $Mdocdate: June 12 2012 $
.Dt OSPF6D.CONF 5
.Os
.Sh NAME
@@ -281,7 +281,7 @@ Set retransmit interval.
The default value is 5 seconds; valid range is 5\-3600 seconds.
.It Ic router-dead-time Ar seconds
Set the router dead time, a.k.a. neighbor inactivity timer.
-The default value is 40 seconds; valid range is 2\-2147483647 seconds.
+The default value is 40 seconds; valid range is 2\-65535 seconds.
When a neighbor has been
inactive for router-dead-time its state is set to DOWN.
Neighbors