summaryrefslogtreecommitdiff
path: root/etc/examples
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 16:32:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 16:32:53 +0000
commitc328eb951b5ca05697d7d9782ced374fa68dfb31 (patch)
tree0d2fdeb62cd4ec4e9af5eac414b82cf0a0a8bdab /etc/examples
parente2f2c4f43126f06af749204d6cfe799c0198ba70 (diff)
Place the first example into the /etc/examples directory, removing it
from the regular view. There will be many more soon. Idea discussed for days with robert and ajacoutot
Diffstat (limited to 'etc/examples')
-rw-r--r--etc/examples/ldpd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/examples/ldpd.conf b/etc/examples/ldpd.conf
new file mode 100644
index 00000000000..ea5fda7974a
--- /dev/null
+++ b/etc/examples/ldpd.conf
@@ -0,0 +1,21 @@
+# $OpenBSD: ldpd.conf,v 1.1 2014/07/11 16:32:52 deraadt Exp $
+
+# macros
+fast="2"
+
+# global configuration
+# router-id 10.0.0.1
+# lfib-update no
+
+distribution independent
+retention liberal
+advertisement unsolicited
+
+interface bge0
+
+interface vlan5 {
+ hello-interval $fast
+}
+interface vlan6 {
+ passive
+}