diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-02-16 08:27:32 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-02-16 08:27:32 +0000 |
commit | da85a86412593fd64d74d0a57f8228eebed38f13 (patch) | |
tree | df7231f8f2471b1280f686c148bb1db14a580dea /usr.sbin | |
parent | 7643bea1d1aff20ba3de374bf5d95c055a17e38c (diff) |
the minimal spf-holdtime and spf-delay is 10 msec, not 50.
pointed out by claudio@ before, somehow it snuck back in.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 8e42c585ca7..51c9140f298 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.40 2010/02/16 08:22:42 dlg Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.41 2010/02/16 08:27:31 dlg Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -195,7 +195,7 @@ AS-external OSPF LSAs. Set the SPF delay. The delay between receiving an update to the link state database and starting the shortest path first calculation. -The default value is 1 second; valid range is 50 microseconds\-10 seconds. +The default value is 1 second; valid range is 10 microseconds\-10 seconds. .Pp .It Xo .Ic spf-holdtime @@ -205,7 +205,7 @@ The default value is 1 second; valid range is 50 microseconds\-10 seconds. Set the SPF holdtime. The minimum time between two consecutive shortest path first calculations. -The default value is 5 seconds; the valid range is 50 microseconds\-5 seconds. +The default value is 5 seconds; the valid range is 10 microseconds\-5 seconds. .Pp .It Xo .Ic stub Ic router |