On 4/13/23 07:07, Han Zhou wrote:
> Remove 'ip4' from the match condition for this flow.
> 
> Signed-off-by: Han Zhou <hz...@ovn.org>
> ---
>  northd/northd.c     | 2 +-
>  tests/ovn-northd.at | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/northd/northd.c b/northd/northd.c
> index da3c8cf770bc..c4cb7232e0a1 100644
> --- a/northd/northd.c
> +++ b/northd/northd.c
> @@ -13109,7 +13109,7 @@ build_misc_local_traffic_drop_flows_for_lrouter(
>  
>      /* TTL discard */
>      ovn_lflow_add(lflows, od, S_ROUTER_IN_IP_INPUT, 30,
> -                  "ip4 && ip.ttl == {0, 1}", debug_drop_action());
> +                  "ip.ttl == {0, 1}", debug_drop_action());

This looks good to me, thanks!

Acked-by: Dumitru Ceara <dce...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to