On 5/30/23 11:26, Xavier Simonart wrote:
> Fixes: 52cb9c3b41c2 ("ovn-controller: Fixed missing flows after interface 
> deletion")
> Signed-off-by: Xavier Simonart <[email protected]>
> ---
>  tests/ovn.at | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/ovn.at b/tests/ovn.at
> index 6f9fbbfd2..b2ac2e068 100644
> --- a/tests/ovn.at
> +++ b/tests/ovn.at
> @@ -34402,6 +34402,7 @@ m4_define([MULTIPLE_OVS_INT],
>         ovs-ofctl dump-flows br-int | grep $cookie |
>             sed -e 's/duration=[[0-9.]]*s, //g' |
>             sed -e 's/idle_age=[[0-9]]*, //g' |
> +           sed -e 's/hard_age=[[0-9]]*, //g' |
>             sed -e 's/n_packets=[[0-9]]*, //g' |
>             sed -e 's/n_bytes=[[0-9]]*, //g'
>     }

Thanks, Xavier!  I applied this to main and backported it to all stable
branches down to 22.03.

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to