From 426ee11eefd43cef5f355c4cfe94dff6beeec761 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Mar 2013 23:31:10 +0100 Subject: [PATCH] README: add a note about executing lldpd without installing it --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 970ceb9c..a0056ec7 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,19 @@ More information: * http://standards.ieee.org/getieee802/download/802.1AB-2005.pdf * http://wiki.wireshark.org/LinkLayerDiscoveryProtocol +Development +----------- + +During development, you may want to execute lldpd at its current +location inside of doing `make install`. The correct way to do this is +to issue the following command: + + sudo libtool execute src/daemon/lldpd -L $PWD/src/client/lldpcli -d + +You can append any further arguments. If lldpd is unable to find +`lldpcli` it will start in an unconfigured mode and won't send or +accept LLDP frames. + Embedding --------- -- 2.39.5