On Tue, 23 Jul 2013 14:01:52 +0900 "watanabe.fumitaka" <[email protected]> wrote:
> Add LLC and BPDU packet library for STP(spanning tree protocol). > > --- > doc/source/library_packet_ref.rst | 18 ++ > ryu/lib/packet/bpdu.py | 473 > ++++++++++++++++++++++++++++++++++ > ryu/lib/packet/ethernet.py | 12 + > ryu/lib/packet/llc.py | 315 ++++++++++++++++++++++ > ryu/lib/packet/vlan.py | 16 ++ > ryu/ofproto/ether.py | 1 + > ryu/tests/unit/packet/test_packet.py | 94 +++++++ > 7 files changed, 929 insertions(+) > create mode 100644 ryu/lib/packet/bpdu.py > create mode 100644 ryu/lib/packet/llc.py Applied, thanks. I modified the patchset slightly due to conflicts and a pep8 warning. Please check the upstream works as expected. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
