summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-09-17 12:34:35 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-09-20 09:40:54 +0900
commitbdbcfda2970de200bae2f87ac5de80c12ff01d97 (patch)
tree82cf1a0d9a6a4b3ba87b7e3d35f5ef72cfa07248 /doc
parent7d37903c313c858e4daf96931caee6ae489f3fef (diff)
document OFPTableFeaturesStatsRequest/OFPTableFeaturesStatsReply
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/ofproto_v1_3_ref.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/ofproto_v1_3_ref.rst b/doc/source/ofproto_v1_3_ref.rst
index d760234a..79f207b0 100644
--- a/doc/source/ofproto_v1_3_ref.rst
+++ b/doc/source/ofproto_v1_3_ref.rst
@@ -230,6 +230,13 @@ Multipart Messages
.. literalinclude:: ../../ryu/tests/unit/ofproto/json/of13/4-52-ofp_meter_features_reply.packet.json
+.. autoclass:: OFPTableFeaturesStatsRequest
+.. autoclass:: OFPTableFeaturesStatsReply
+
+ JSON Example:
+
+ .. literalinclude:: ../../ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json
+
Queue Configuration Messages
----------------------------