From a9853850aa300016682495b66692b088d3d91529 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 11 Jul 2014 16:32:52 +0000 Subject: [PATCH] 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 --- src/etc/examples/ldpd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/etc/examples/ldpd.conf diff --git a/src/etc/examples/ldpd.conf b/src/etc/examples/ldpd.conf new file mode 100644 index 00000000..ea5fda79 --- /dev/null +++ b/src/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 +}