diff options
author | remi <remi@cvs.openbsd.org> | 2019-11-19 09:55:56 +0000 |
---|---|---|
committer | remi <remi@cvs.openbsd.org> | 2019-11-19 09:55:56 +0000 |
commit | cea85d84ff22d7cf8a4adec920fd884f7fb9fa1e (patch) | |
tree | 809be98bf6167a38c8d084c84041a9864af9e4b1 /usr.sbin/ospfd/ospfd.conf.5 | |
parent | ae53f24837ad40760b9857c9b7d924e577dc69a9 (diff) |
Add point-to-point support for broadcast interfaces.
tested by Kapetanakis Giannis
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.conf.5')
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 1e88260acfb..1e9d3c6828f 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.57 2019/06/10 06:07:15 jmc Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.58 2019/11/19 09:55:55 remi 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: June 10 2019 $ +.Dd $Mdocdate: November 19 2019 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -419,6 +419,9 @@ Router. .It Ic transmit-delay Ar seconds Set the transmit delay. The default value is 1; valid range is 1\-3600 seconds. +.It Ic type p2p +Set the interface type to point to point. +This disables the election of a DR and BDR for the given interface. .El .Sh FILES .Bl -tag -width "/etc/ospfd.conf" -compact |