On Wed, 13 Jul 2016 17:54:06 +0000 "Jonas Grunert" <[email protected]> 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 with > OrganizationallySpecificTLV are valid now (tested with wireshark). > > Please note: This fix was developed as part of my work at Google > Inc. ([email protected]). It was approved by Google to be open > sourced. > > >>From 842240748ebba2e394fb095990b1220e45f5c3ab Mon Sep 17 00:00:00 2001 > From: Jonas Grunert <[email protected]> > Date: Thu, 23 Jun 2016 15:54:11 -0700 > Subject: [PATCH] Fix: LLDP.OrganizationallySpecific not ignoring info > field > > LLDP.OrganizationallySpecificTLV did not set info field and produced > malformed LLDP packets > > --- > ryu/lib/packet/lldp.py | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied, thanks! Google uses Ryu? That's news to me. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
