diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2016-07-27 11:35:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-07-27 19:46:03 +0900 |
commit | 64ba9f1cdcd9314522254fb749c22fa6bcfd63dd (patch) | |
tree | caa1d63c6f75c6dc325699bd1820d86a8fa935b8 /doc/source | |
parent | 882262d86158f92d161f1dd92e641d18e64a1b68 (diff) |
ofproto/nx_actions: Revert API of NXAction
This patch will revert the API of NXAction for the following report.
https://bugs.launchpad.net/dragonflow/+bug/1599367
revert commit id: 3c3896fd77f274ce953dcb78795aa5cc4fde6c65
This patch reverts recently introduced start and end arguments.
Add the utility method for ofs_nbits.
NXActionRegLoad now takes ofs_nbits argument instead of ofs
and nbits even with this revert.
Additionally, update test cases and documents.
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/nicira_ext_ref.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/nicira_ext_ref.rst b/doc/source/nicira_ext_ref.rst index 13850796..739349c4 100644 --- a/doc/source/nicira_ext_ref.rst +++ b/doc/source/nicira_ext_ref.rst @@ -57,6 +57,7 @@ The followings shows the supported NXAction classes in OpenFlow1.0 or later .. autoclass:: NXFlowSpecMatch .. autoclass:: NXFlowSpecLoad .. autoclass:: NXFlowSpecOutput +.. autofunction:: ryu.ofproto.nicira_ext.ofs_nbits .. _nx_match_structures: |