On Wed, 6 Jul 2016 15:26:32 +0900 IWASE Yusuke <[email protected]> wrote:
> For the discussion with Kawai-San and Fujita-San, this patch > fixes ryu/lib/packet/ethernet.py to fix up the minimum length > of the generated ethernet frames by Ryu's Packet library. > > With this patch, the generated ethernet frames will be fixed up > to 60 bytes long at least (not including the preamble and FCS). > > IWASE Yusuke (2): > packet: Fix minimum ethernet frame length > test_packet: Avoid to use array.array as input binary > > ryu/lib/packet/ethernet.py | 7 ++++ > ryu/lib/packet/packet.py | 5 +-- > ryu/tests/unit/packet/test_lldp.py | 11 +++++- > ryu/tests/unit/packet/test_packet.py | 66 > ++++++++++++++++++++++++------------ > 4 files changed, 65 insertions(+), 24 deletions(-) Applied, thanks guys! ------------------------------------------------------------------------------ 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
