diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2016-06-06 09:48:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-09 13:07:47 +0900 |
commit | 7ca8690557656c030e79e45f8303e97b2cd202da (patch) | |
tree | 527ed56ae7170cffb5afe7af9a5498bdf4b3faf6 /doc | |
parent | 5ebf0fa5c4781e73020ebc853bb4ff8f9168bac3 (diff) |
ofproto/nicira_ext: Move the variable and method for Nicira Extension
Move variable and method that exist in the ofproto_v1_0.py to the nicira_ext.py.
Move the oxm_types that exists in the nx_match.py to the nicira_ext.py.
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/nicira_ext_ref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/nicira_ext_ref.rst b/doc/source/nicira_ext_ref.rst index dc7d5424..562e12aa 100644 --- a/doc/source/nicira_ext_ref.rst +++ b/doc/source/nicira_ext_ref.rst @@ -27,5 +27,5 @@ but also available in OF1.2+. Nicira Extended Match Structures ================================ -.. automodule:: ryu.ofproto.nx_match +.. automodule:: ryu.ofproto.nicira_ext |