On Fri, Aug 15, 2014 at 01:01:50AM +0200, Thomas Graf wrote: > 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 <tg...@noironetworks.com>
Thanks. I decided to add a NEWS item: - OpenFlow: * 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. I'm running the tests and will push this in a minute. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev