From: Vincent Bernat Date: Thu, 24 Nov 2016 15:48:23 +0000 (+0100) Subject: github: shows a tcpdump output X-Git-Tag: 0.9.6~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da790d3bc7cb5b61a4817068c1c86278c3f40420;p=thirdparty%2Flldpd.git github: shows a tcpdump output --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d5dbf66e..1f866d74 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 ........... +```