]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
github: shows a tcpdump output
authorVincent Bernat <vincent@bernat.im>
Thu, 24 Nov 2016 15:48:23 +0000 (16:48 +0100)
committerVincent Bernat <vincent@bernat.im>
Thu, 24 Nov 2016 15:48:23 +0000 (16:48 +0100)
.github/ISSUE_TEMPLATE.md

index d5dbf66e01849de3cd6b511b1587c1b48bdf1009..1f866d740441dffd3d41177f0f944dfef33a3233 100644 (file)
@@ -15,7 +15,7 @@ This is an example of bug report. Try to adapt it to your case.
 ## Expected outcome
 
 `lldpd` should accept the LLDPDU and it should be available in the
-output of `lldpcli show neighbors`.
+output of `lldpcli show neighbors details`.
 
 ## Current outcome
 
@@ -55,3 +55,16 @@ _lldpd    2285  2265  0 nov.05 ?       00:00:00 lldpd: connected to gs108t.
 ```
 Linux 4.8.0-1-amd64 GNU/Linux
 ```
+
+ - Output of `tcpdump -pni eth0 -vv -X ether host 01:80:c2:00:00:0e`:
+```
+16:47:37.595387 LLDP, length 219
+        Chassis ID TLV (1), length 7
+          Subtype MAC address (4): 54:ee:75:0f:31:7e
+          0x0000:  0454 ee75 0f31 7e
+[...]
+        0x00b0:  1600 080f 656e 7830 3035 3062 3636 6563  ....enx0050b66ec
+        0x00c0:  6236 65fe 0900 120f 0301 0000 0000 fe09  b6e.............
+        0x00d0:  0012 0f01 03ec c100 1e00 00              ...........
+```