summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.conf.5
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-02-27 08:21:16 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-02-27 08:21:16 +0000
commite28e16d58367a00d606b29ba181cb9c485743c4d (patch)
tree4e3bf40b7747208efb81a9bcf6c377f0d9a78efb /usr.sbin/ospfd/ospfd.conf.5
parent7c152765d3940bfd0e414b59e040e2616bba78bb (diff)
SPF and route table calculation.
Calculate Shortest Path Tree for each area known in the link state database. The Shortest Path Tree is used as input for route table calculation. Route tabled is calculated and the result is inserted into the kernel route table. ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.conf.5')
-rw-r--r--usr.sbin/ospfd/ospfd.conf.524
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5
index 0e7913c974b..b0329e12726 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.4 2005/02/07 05:51:00 david Exp $
+.\" $OpenBSD: ospfd.conf.5,v 1.5 2005/02/27 08:21:15 norby Exp $
.\"
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -89,17 +89,17 @@ The default is
.It Ic router-id Ar address
Set the router ID; if not specified, the lowest IP address of the router
will be used.
-.\".It Ic spf-delay Ar seconds
-.\"Set SPF delay in seconds.
-.\"The delay between receiving an update to the link
-.\"state database and starting the shortest path first calculation.
-.\"The default value is 1; valid range is 1\-10 seconds.
-.\".Pp
-.\".It Ic spf-holdtime Ar seconds
-.\"Set the SPF holdtime in seconds.
-.\"The minimum time between two consecutive
-.\"shortest path first calculations.
-.\"The default value is 5 seconds; the valid is range 1\-5 seconds.
+.It Ic spf-delay Ar seconds
+Set SPF delay in seconds.
+The delay between receiving an update to the link
+state database and starting the shortest path first calculation.
+The default value is 1; valid range is 1\-10 seconds.
+.Pp
+.It Ic spf-holdtime Ar seconds
+Set the SPF holdtime in seconds.
+The minimum time between two consecutive
+shortest path first calculations.
+The default value is 5 seconds; the valid is range 1\-5 seconds.
.El
.Sh AREAS
Areas are used for grouping interfaces.