From fb0921ed2f4379891f549e68f110e3aa78fd7abf Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Wed, 18 Feb 2015 15:03:20 +0100 Subject: [PATCH] client: document lldp.d configuration directory Signed-off-by: Arthur Gautier --- src/client/README.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.5