File: nicira_ext_ref.rst

package info (click to toggle)
ryu 4.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,784 kB
  • ctags: 19,167
  • sloc: python: 94,448; erlang: 14,517; ansic: 594; sh: 418; makefile: 152
file content (31 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.nicira_ext