summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.conf.5
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2016-05-23 15:32:49 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2016-05-23 15:32:49 +0000
commitf0898a4e73520d0f7450c9698a42dfd318a5a5d6 (patch)
tree389c1f2f61543d2e92a6b74f3d5e4c82b6c363eb /usr.sbin/ldpd/ldpd.conf.5
parent8c7a3088998986abf4031885c3eb9c737d045994 (diff)
Add support for including additional configuration files.
Pulled from ospfd. Original author: dlg@
Diffstat (limited to 'usr.sbin/ldpd/ldpd.conf.5')
-rw-r--r--usr.sbin/ldpd/ldpd.conf.514
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5
index 02a0f7ef096..69e8b6fee09 100644
--- a/usr.sbin/ldpd/ldpd.conf.5
+++ b/usr.sbin/ldpd/ldpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldpd.conf.5,v 1.18 2015/07/21 04:52:29 renato Exp $
+.\" $OpenBSD: ldpd.conf.5,v 1.19 2016/05/23 15:32:48 renato Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,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: July 21 2015 $
+.Dd $Mdocdate: May 23 2016 $
.Dt LDPD.CONF 5
.Os
.Sh NAME
@@ -48,6 +48,16 @@ Neighbor-specific parameters.
.It Sy Layer 2 VPNs Configuration
Layer 2 VPNs parameters as per RFC 4447.
.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:
+.Bd -literal -offset indent
+include "/etc/ldpd.sub.conf"
+.Ed
.Sh MACROS
Much like
.Xr cpp 1