]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
client: document lldp.d configuration directory 98/head
authorArthur Gautier <baloo@gandi.net>
Wed, 18 Feb 2015 14:03:20 +0000 (15:03 +0100)
committerArthur Gautier <baloo@gandi.net>
Wed, 18 Feb 2015 14:03:20 +0000 (15:03 +0100)
Signed-off-by: Arthur Gautier <baloo@gandi.net>
src/client/README.conf

index 151b549278814389eabb14b25faa927d7a85ced4..4982e9ef50cefcf0fd3863d3e1e40ad86a32d8ca 100644 (file)
@@ -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.