summaryrefslogtreecommitdiffhomepage
path: root/doc/source/nicira_ext_ref.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/nicira_ext_ref.rst')
-rw-r--r--doc/source/nicira_ext_ref.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/source/nicira_ext_ref.rst b/doc/source/nicira_ext_ref.rst
new file mode 100644
index 00000000..dc7d5424
--- /dev/null
+++ b/doc/source/nicira_ext_ref.rst
@@ -0,0 +1,31 @@
+***************************
+Nicira Extension Structures
+***************************
+
+.. _nx_actions_structures:
+
+Nicira Extension Actions Structures
+===================================
+
+The followings shows the supported NXAction classes in OF1.3,
+but also available in OF1.2+.
+
+.. py:currentmodule:: ryu.ofproto.ofproto_v1_3_parser
+
+
+.. autoclass:: NXActionRegMove
+.. autoclass:: NXActionLearn
+.. autoclass:: NXActionConjunction
+.. autoclass:: NXActionResubmitTable
+.. autoclass:: NXActionCT
+.. autoclass:: NXFlowSpecMatch
+.. autoclass:: NXFlowSpecLoad
+.. autoclass:: NXFlowSpecOutput
+
+.. _nx_match_structures:
+
+Nicira Extended Match Structures
+================================
+
+.. automodule:: ryu.ofproto.nx_match
+