diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-07-24 02:58:36 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-24 02:58:36 +0900 |
commit | a1b6d39f9dfe297c402767e980d1b5642bff57b7 (patch) | |
tree | 6bfc26b44d8911e29c33a2b67491f0cf8caaf126 /doc/source | |
parent | d0cd6e1533a40408d33c4ca0743a03dd914d5770 (diff) |
lib/packet: add Link Aggregation Control Protocol
Signed-off-by: Yuichi Ito <ito.yuichi0@gmal.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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/library_packet_ref.rst b/doc/source/library_packet_ref.rst index 301bad48..f47d35bd 100644 --- a/doc/source/library_packet_ref.rst +++ b/doc/source/library_packet_ref.rst @@ -57,3 +57,8 @@ Protocol Header classes :members: .. autoclass:: ryu.lib.packet.vrrp.vrrpv3 :members: + +.. autoclass:: ryu.lib.packet.slow.slow + :members: +.. autoclass:: ryu.lib.packet.slow.lacp + :members: |