Re: [ovs-dev] [PATCH v1 1/6] ofproto-dpif: Fix the clone issue with continuation

2017-07-10 Thread Ben Pfaff
On Thu, Jun 15, 2017 at 02:07:59PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > When the clone action is composed and if the inner clone actions > modifies any of the metadata fields, the updated values are not > preserved when xlate_clone() returns. This causes the controller > t

[ovs-dev] [PATCH v1 1/6] ofproto-dpif: Fix the clone issue with continuation

2017-06-15 Thread nusiddiq
From: Numan Siddique When the clone action is composed and if the inner clone actions modifies any of the metadata fields, the updated values are not preserved when xlate_clone() returns. This causes the controller to receive invalid metadata if the cloned packet has a 'controller' action with th