From: Vincent Bernat Date: Sat, 30 Mar 2013 22:31:10 +0000 (+0100) Subject: README: add a note about executing lldpd without installing it X-Git-Tag: 0.7.2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=426ee11eefd43cef5f355c4cfe94dff6beeec761;p=thirdparty%2Flldpd.git README: add a note about executing lldpd without installing it --- 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 ---------