]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
ofp-actions: Include OFPACT_REG_MOVE in action set
authorThomas Graf <tgraf@noironetworks.com>
Thu, 14 Aug 2014 23:01:50 +0000 (01:01 +0200)
committerBen Pfaff <blp@nicira.com>
Fri, 15 Aug 2014 16:36:51 +0000 (09:36 -0700)
commit1b0ee636c467b1e946697a320f8130db13541da7
tree071cf8b69de563ac96b680e1754578bf08551b3b
parent4e25b8c13b14acdd0715b806e04fa190a98e29b6
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>
NEWS
lib/ofp-actions.c
tests/ofproto-dpif.at
utilities/ovs-ofctl.8.in