summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-02-03 10:41:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-02-03 10:41:54 +0000
commit8f234917de6e8cb63eb4bf92dccc28c7b1b914d6 (patch)
tree1cb68e6074d851e30da926aee50f9eb10cbffde2
parent3ef35da907420203ee89d4ce9319d8dc9ff5a938 (diff)
no need for -compact/.Pp in these lists;
-rw-r--r--usr.sbin/ospfd/ospfd.conf.521
1 files changed, 4 insertions, 17 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5
index 04f30c46d92..de9ad64475b 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.2 2005/02/02 22:50:59 jmc Exp $
+.\" $OpenBSD: ospfd.conf.5,v 1.3 2005/02/03 10:41:53 jmc Exp $
.\"
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -75,8 +75,7 @@ globally or within the area declaration.
All interface related settings can be configured globally, per area and per
interface.
The only settings that can be set globally and not overruled are listed below.
-.Pp
-.Bl -tag -width Ds -compact
+.Bl -tag -width Ds
.It Xo
.Ic fib-update
.Pq Ic yes Ns \&| Ns Ic no
@@ -87,7 +86,6 @@ do not update the Forward Information Base, a.k.a. the kernel
routing table.
The default is
.Ic yes .
-.Pp
.It Ic router-id Ar address
Set the router ID; if not specified, the lowest IP address of the router
will be used.
@@ -102,14 +100,12 @@ will be used.
.\"The minimum time between two consecutive
.\"shortest path first calculations.
.\"The default value is 5 seconds; the valid is range 1\-5 seconds.
-.\".Pp
.El
.Sh AREAS
Areas are used for grouping interfaces.
All interface specific parameters can
be configured per area, overruling the global settings.
-.Pp
-.Bl -tag -width Ds -compact
+.Bl -tag -width Ds
.It Ic area Ar address
Specify an area section, grouping one or more interfaces.
.Bd -literal -offset indent
@@ -130,12 +126,10 @@ interface em0 {
.Ed
.Pp
Interface specific parameters are listed below.
-.Pp
-.Bl -tag -width Ds -compact
+.Bl -tag -width Ds
.It Ic auth-key Ar key
Set the authentication key.
If the auth-type is set to simple, up to 8 characters can be specified.
-.Pp
.It Xo
.Ic auth-type
.Po Ic none Ns \&| Ns
@@ -145,22 +139,17 @@ Set the authentication type.
The default is none.
Simple authentication uses a plaintext password, up to 8 characters.
Crypt authentication uses an MD5 hash.
-.Pp
.It Ic hello-interval Ar seconds
Set the hello interval.
The default value is 10; valid range is 1\-65535 seconds.
-.Pp
.It Ic metric Ar cost
Set the interface metric a.k.a. cost.
The default value is 10; valid range is 1\-65535.
-.Pp
.It Ic passive
Prevent transmission and reception of OSPF packets on this interface.
-.Pp
.It Ic retransmit-interval Ar seconds
Set retransmit interval.
The default value is 5 seconds; valid range is 5\-3600 seconds.
-.Pp
.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.
@@ -168,14 +157,12 @@ When a neighbor has been
inactive for router-dead-time its state is set to DOWN.
Neighbors
that have been inactive for more than 24 hours are completely removed.
-.Pp
.It Ic router-priority Ar seconds
Set the router priority.
The default value is 1; valid range is 0\-255.
If set
to 0 the router is not eligible as a Designated Router or Backup Designated
Router.
-.Pp
.It Ic transmit-delay Ar seconds
Set the transmit delay.
The default value is 1; valid range is 1\-3600 seconds.