diff options
author | Minoru TAKAHASHI <takahashi.minoru7@gmail.com> | 2015-09-17 13:04:15 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-18 08:27:42 +0900 |
commit | 950a50649461058c09b0809e58c92ef9896cc4ce (patch) | |
tree | fb99249930540e074db1a4dadfd10b2d27306a3f /doc/source/ofproto_v1_4_ref.rst | |
parent | c36bafea262663f24550dba00e531bc25ad2d247 (diff) |
doc/ofproto_v1_4_ref: Add description for Port Structures
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/ofproto_v1_4_ref.rst')
-rw-r--r-- | doc/source/ofproto_v1_4_ref.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/source/ofproto_v1_4_ref.rst b/doc/source/ofproto_v1_4_ref.rst index 10c58235..8e84790e 100644 --- a/doc/source/ofproto_v1_4_ref.rst +++ b/doc/source/ofproto_v1_4_ref.rst @@ -355,7 +355,7 @@ Bundle Messages JSON Example: .. literalinclude:: ../../ryu/tests/unit/ofproto/json/of14/5-70-ofp_bundle_add_msg.packet.json - + Set Asynchronous Configuration Message -------------------------------------- @@ -435,8 +435,8 @@ Request Forward Message JSON Example: .. literalinclude:: ../../ryu/tests/unit/ofproto/json/of14/5-71-ofp_requestforward.packet.json - - + + Symmetric Messages ================== @@ -487,6 +487,11 @@ Experimenter .. literalinclude:: ../../ryu/tests/unit/ofproto/json/of14/5-16-ofp_experimenter.packet.json +Port Structures +=============== + +.. autoclass:: OFPPort + Flow Match Structure ==================== |