aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-08-15 01:01:50 +0200
committerBen Pfaff <blp@nicira.com>2014-08-15 09:36:51 -0700
commit1b0ee636c467b1e946697a320f8130db13541da7 (patch)
tree071cf8b69de563ac96b680e1754578bf08551b3b /NEWS
parent4e25b8c13b14acdd0715b806e04fa190a98e29b6 (diff)
ofp-actions: Include OFPACT_REG_MOVE in action set
Treating OFPACT_REG_MOVE as a "set" action preserves the order of loads and moves and allows a load to overwrite a previous move to the same register. This makes the following work: add-group br0 group_id=1234,type=all, \ bucket=output:10,move:NXM_NX_REG1[]->NXM_OF_IP_SRC[], \ bucket=output:11 add-flow br0 ip actions=load:0xffffffff->NXM_NX_REG1[],group:1234 Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7085efabf..1ea7bda86 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Post-v2.3.0
* OpenFlow 1.5 (draft) extended registers are now supported.
* OpenFlow 1.5 (draft) Copy-Field action is now supported.
* OpenFlow 1.3+ table features requests are now supported (read-only).
+ * Nicira extension "move" actions may now be included in action sets.
v2.3.0 - 14 Aug 2014