summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/ospfd.conf.5')
-rw-r--r--usr.sbin/ospfd/ospfd.conf.511
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5
index 3e48681660e..5fe73f39272 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.45 2011/04/30 07:52:33 sthen Exp $
+.\" $OpenBSD: ospfd.conf.5,v 1.46 2012/04/24 14:56:09 jmc 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: April 24 2012 $
.Dt OSPFD.CONF 5
.Os
.Sh NAME
@@ -45,6 +45,9 @@ An OSPF router must be a member of at least one area.
Areas are used to group interfaces, simplifying configuration.
.El
.Pp
+Argument names not beginning with a letter, digit, or underscore
+must be quoted.
+.Pp
Additional configuration files can be included with the
.Ic include
keyword, for example:
@@ -53,8 +56,8 @@ include "/etc/ospfd.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,
-and underscores.
+Macro names must start with a letter, digit, or underscore,
+and may contain any of those characters.
Macro names may not be reserved words (for example,
.Ic area ,
.Ic interface ,