diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-10-29 11:28:37 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-29 21:30:45 +0900 |
commit | 3ba951f403bb1962f9d07e4bcca891191a28f540 (patch) | |
tree | a22b4d400c729b3170dccec64c1fba6357655bb1 /doc/source | |
parent | 0cc9c21ccc21df313b50f6bcc737c9a7f94ef76b (diff) |
packet lib: support Provider Backbone Bridges (PBB, IEEE 802.1ah)
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/library_packet_ref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/library_packet_ref.rst b/doc/source/library_packet_ref.rst index 13ceec6e..4426cfd3 100644 --- a/doc/source/library_packet_ref.rst +++ b/doc/source/library_packet_ref.rst @@ -29,6 +29,9 @@ Protocol Header classes .. automodule:: ryu.lib.packet.vlan :members: +.. automodule:: ryu.lib.packet.pbb + :members: + .. automodule:: ryu.lib.packet.mpls :members: |