diff options
author | Minoru TAKAHASHI <takahashi.minoru7@gmail.com> | 2015-09-17 13:03:52 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-18 08:27:42 +0900 |
commit | c36bafea262663f24550dba00e531bc25ad2d247 (patch) | |
tree | 9cf131533bc4f5d7c1a75aaf0e39209dd2f1200b /doc | |
parent | c638c345dd86466a7ea55f705bb46c7842daad11 (diff) |
doc/ofproto_v1_5_ref: Add description for Port Structures and Controller Status Structure
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/ofproto_v1_5_ref.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/ofproto_v1_5_ref.rst b/doc/source/ofproto_v1_5_ref.rst index 2ac0a837..a78cfb67 100644 --- a/doc/source/ofproto_v1_5_ref.rst +++ b/doc/source/ofproto_v1_5_ref.rst @@ -524,6 +524,11 @@ Experimenter .. literalinclude:: ../../ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-error_msg_experimenter.packet.json +Port Structures +=============== + +.. autoclass:: OFPPort + Flow Match Structure ==================== @@ -565,4 +570,8 @@ Action Structures .. autoclass:: OFPActionMeter .. autoclass:: OFPActionExperimenter +Controller Status Structure +=========================== + +.. autoclass:: OFPControllerStatusStats |