From 64ba9f1cdcd9314522254fb749c22fa6bcfd63dd Mon Sep 17 00:00:00 2001 From: Shinpei Muraoka Date: Wed, 27 Jul 2016 11:35:55 +0900 Subject: 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 Signed-off-by: FUJITA Tomonori --- doc/source/nicira_ext_ref.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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: -- cgit v1.2.3