Re: [Ryu-devel] Fix LLDP OrganizationallySpecificTLV

2016-07-14 Thread FUJITA Tomonori
On Wed, 13 Jul 2016 17:54:06 + "Jonas Grunert" wrote: > In lib/packet/lldp.py, the info field in OrganizationallySpecificTLV > was never set. LLDP packets with OrganizationallySpecificTLV contained > no info value and caused malformed LLDP packets. > This patch fixes that problem, packets wit

[Ryu-devel] Fix LLDP OrganizationallySpecificTLV

2016-07-13 Thread Jonas Grunert
In lib/packet/lldp.py, the info field in OrganizationallySpecificTLV was never set. LLDP packets with OrganizationallySpecificTLV contained no info value and caused malformed LLDP packets. This patch fixes that problem, packets with OrganizationallySpecificTLV are valid now (tested with wireshar