deb-ryu/doc/source/nicira_ext_ref.rst
Shinpei Muraoka 64ba9f1cdc 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: 3c3896fd77

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>
2016-07-27 19:46:03 +09:00

2.0 KiB

Nicira Extension Structures

Nicira Extension Actions Structures

The followings shows the supported NXAction classes only in OpenFlow1.0

NXActionSetQueue

NXActionDecTtl

NXActionPushMpls

NXActionPopMpls

NXActionSetMplsTtl

NXActionDecMplsTtl

NXActionSetMplsLabel

NXActionSetMplsTc

The followings shows the supported NXAction classes in OpenFlow1.0 or later

NXActionPopQueue

NXActionRegLoad

NXActionRegLoad2

NXActionNote

NXActionSetTunnel

NXActionSetTunnel64

NXActionRegMove

NXActionResubmit

NXActionResubmitTable

NXActionOutputReg

NXActionOutputReg2

NXActionLearn

NXActionExit

NXActionController

NXActionController2

NXActionDecTtlCntIds

NXActionStackPush

NXActionStackPop

NXActionSample

NXActionSample2

NXActionFinTimeout

NXActionConjunction

NXActionMultipath

NXActionBundle

NXActionBundleLoad

NXActionCT

NXActionNAT

NXActionOutputTrunc

NXFlowSpecMatch

NXFlowSpecLoad

NXFlowSpecOutput

ryu.ofproto.nicira_ext.ofs_nbits

Nicira Extended Match Structures

ryu.ofproto.nicira_ext