[ovs-dev] [PATCH v3] ovn-controller: Fix duplicated flow add attempts in table 32.

Ben Pfaff blp at ovn.org
Wed Dec 21 21:36:05 UTC 2016


On Wed, Dec 21, 2016 at 12:32:16PM -0800, Han Zhou wrote:
> In commit 475f0a2c it introduced a priority 150 flow for filtering
> the sending of traffic received from vxlan tunnels back out tunnels.
> However, it added the flow for every remote port processing, which
> results in continuous logs about duplicated flows. We only need to
> install this flow once per physical_run() loop iteration.
> 
> Signed-off-by: Han Zhou <zhouhan at gmail.com>
> Acked-by: Darrell Ball <dball at vmware.com>
> ---
> 
> Notes:
>     v1 -> v2: update commit message according to Darrell's comments.
>     v2 -> v3: update test case.

Thanks, applied to master.

(I reformatted a couple of comments.)


More information about the dev mailing list