summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorremi <remi@cvs.openbsd.org>2017-11-07 06:32:03 +0000
committerremi <remi@cvs.openbsd.org>2017-11-07 06:32:03 +0000
commit6000da62de4b65dbf1877c27211b021f0e113ab5 (patch)
tree5905b2d6f637e196008929cb77ed481b47681ac2 /usr.sbin
parent809739b10e4edb2b23704a7f42897ec1fa5507c4 (diff)
document how ospfd interacts with carp
improvement from jmc@ ok phessler@ jca@ benno@ for previous version ok jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ospfd/ospfd.conf.510
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5
index 60688334e63..0564ccdbbf9 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.48 2015/03/11 08:05:11 sthen Exp $
+.\" $OpenBSD: ospfd.conf.5,v 1.49 2017/11/07 06:32:02 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: March 11 2015 $
+.Dd $Mdocdate: November 7 2017 $
.Dt OSPFD.CONF 5
.Os
.Sh NAME
@@ -355,9 +355,15 @@ The default value is 10; valid range is 1\-65535 seconds.
.It Ic metric Ar cost
Set the interface metric a.k.a. cost.
The default value is 10; valid range is 1\-65535.
+A metric of 65535 is used for
+.Xr carp 4
+interfaces with status backup.
.It Ic passive
Prevent transmission and reception of OSPF packets on this interface.
The specified interface will be announced as a stub network.
+Passive mode is enforced for
+.Xr carp 4
+interfaces.
.It Ic retransmit-interval Ar seconds
Set retransmit interval.
The default value is 5 seconds; valid range is 5\-3600 seconds.