]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
README: show how to use tcpdump for troubleshooting
authorVincent Bernat <bernat@luffy.cx>
Thu, 11 Jul 2013 22:44:56 +0000 (00:44 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 11 Jul 2013 22:44:56 +0000 (00:44 +0200)
README.md

index cff762161818e50f7d4e242321efacb6c2d338c8..f2656e3e97e1c5cd8ff29ddb8418b9fad26940da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -188,6 +188,14 @@ To embed lldpd into an existing system, there are two point of entries:
     should always be shipped with `lldpd`. On the other hand, programs
     using `liblldpctl.so` can rely on the classic ABI rules.
 
+Troubleshooting
+---------------
+
+You can use `tcpdump` to look after the packets received and send by
+`lldpd`. To look after LLDPU, use:
+
+    tcpdump -s0 -vv -pni eth0 ether dst 01:80:c2:00:00:0e
+
 License
 -------