[ovs-dev] [RFC PATCH] ofp-actions: Add clone action.

William Tu u9012063 at gmail.com
Wed Nov 30 21:27:29 UTC 2016


OK, I will rebase and resubmit.

On Wed, Nov 30, 2016 at 1:25 PM, Ben Pfaff <blp at ovn.org> wrote:
> On Wed, Nov 30, 2016 at 01:13:35PM -0800, William Tu wrote:
>> This patch adds OpenFlow clone action with syntax as below:
>> "clone([action][,action...])".  The clone() action makes a copy of the
>> current packet and executes the list of actions against the packet,
>> without affecting the packet after the "clone(...)" action.  In other
>> word, the packet before the clone() and after the clone() is the same,
>> no matter what actions executed inside the clone().
>
> Would you mind rebasing this?  It has conflicts due to the NXAST_SAMPLE3
> action added today.


More information about the dev mailing list