From: Arthur Gautier Date: Wed, 18 Feb 2015 14:03:20 +0000 (+0100) Subject: client: document lldp.d configuration directory X-Git-Tag: 0.7.14~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F98%2Fhead;p=thirdparty%2Flldpd.git client: document lldp.d configuration directory Signed-off-by: Arthur Gautier --- diff --git a/src/client/README.conf b/src/client/README.conf index 151b5492..4982e9ef 100644 --- a/src/client/README.conf +++ b/src/client/README.conf @@ -1,2 +1,8 @@ # You can put lldpd configuration snippets into this directory. +# Upon start, lldpd will read each files in this directory and execute content +# as if they were passed as arguments to lldpcli +# +# Files should be suffixed by .conf and have content like: +# configure system description 'my little server' +# # See lldpcli(8) for more details.