diff options
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index 720bfbaa1fa..93012fb76b0 100644 --- a/usr.sbin/ospf6d/ospf6d.conf.5 +++ b/usr.sbin/ospf6d/ospf6d.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospf6d.conf.5,v 1.20 2019/12/26 10:24:18 remi Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.21 2020/01/08 08:21:01 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: December 26 2019 $ +.Dd $Mdocdate: January 8 2020 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -236,11 +236,13 @@ is set to a value different to 1 or if the FIB is not coupled. Areas are used for grouping interfaces. All interface-specific parameters can be configured per area, overruling the global settings. +These interface-specific parameters need to be defined before the interfaces. .Bl -tag -width Ds .It Ic area Ar address Ns | Ns Ar id Specify an area section, grouping one or more interfaces. .Bd -literal -offset indent area 0.0.0.0 { + hello-interval 3 interface em0 interface em1 { metric 10 diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 1e9d3c6828f..d61b9a8bf7f 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.58 2019/11/19 09:55:55 remi Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.59 2020/01/08 08:21:01 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: November 19 2019 $ +.Dd $Mdocdate: January 8 2020 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -256,11 +256,13 @@ is set to a value other than 1 or if the FIB is not coupled. Areas are used for grouping interfaces. All interface-specific parameters can be configured per area, overruling the global settings. +These interface-specific parameters need to be defined before the interfaces. .Bl -tag -width Ds .It Ic area Ar id | address Specify an area section, grouping one or more interfaces. .Bd -literal -offset indent area 0.0.0.0 { + hello-interval 3 interface em0 interface em1 { metric 10 |