summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2011-06-28 08:09:26 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2011-06-28 08:09:26 +0000
commit101e720e06cd59b557caf45bbec8b6be2ca07a54 (patch)
tree870b46469fede89b54cb9838221ca4a585bc7024
parentc0d08b24b0c62214665701f658806e788c7830d5 (diff)
mention "include" support, boilerplate from ospfd.conf(5), ok dlg@
-rw-r--r--usr.sbin/ospf6d/ospf6d.conf.511
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5
index fd2838464bd..d2843fc2922 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.8 2011/04/30 07:52:33 sthen Exp $
+.\" $OpenBSD: ospf6d.conf.5,v 1.9 2011/06/28 08:09:25 sthen 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: April 30 2011 $
+.Dd $Mdocdate: June 28 2011 $
.Dt OSPF6D.CONF 5
.Os
.Sh NAME
@@ -44,6 +44,13 @@ A number of global settings can be overruled in specific areas or interfaces.
An OSPF router must be a member of at least one area.
Areas are used to group interfaces, simplifying configuration.
.El
+.Pp
+Additional configuration files can be included with the
+.Ic include
+keyword, for example:
+.Bd -literal -offset indent
+include "/etc/ospf6d.sub.conf"
+.Ed
.Sh MACROS
Macros can be defined that will later be expanded in context.
Macro names must start with a letter, and may contain letters, digits,