Yuichi Ito (2):
  packet lib: vlan: support Q-in-Q (IEEE 802.3ad)
  packet lib: support Provider Backbone Bridges (PBB, IEEE 802.1ah)

 doc/source/library_packet_ref.rst  |    3 +
 ryu/lib/packet/ethernet.py         |    1 +
 ryu/lib/packet/pbb.py              |   61 +++++++++++++
 ryu/lib/packet/vlan.py             |   53 ++++++++++++
 ryu/ofproto/ether.py               |    4 +-
 ryu/tests/unit/packet/test_pbb.py  |  167 ++++++++++++++++++++++++++++++++++++
 ryu/tests/unit/packet/test_vlan.py |  118 +++++++++++++++++++++++++
 7 files changed, 406 insertions(+), 1 deletion(-)
 create mode 100644 ryu/lib/packet/pbb.py
 create mode 100644 ryu/tests/unit/packet/test_pbb.py

-- 
1.7.10.4


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to