[ovs-dev] [PATCH ovn v3 2/2] northd: Provide the option to not use ct.inv in lflows.

Mark Gray mark.d.gray at redhat.com
Tue Apr 20 14:49:34 UTC 2021


On 19/04/2021 21:58, numans at ovn.org wrote:
> @@ -4099,6 +4099,9 @@ do_ovn_lflow_add(struct hmap *lflow_map, bool shared,
>      hmap_insert_fast(lflow_map, &lflow->hmap_node, hash);
>  }
>  
> +/* If this option is 'true' northd will make use of ct.inv match fields.
> + * Otherwise, it will avoid using it.  The default is true. */
> +static bool use_ct_inv_match = true;
>  

This fails test 221, and 222 for me.

Small nit. This should probably be at the top of the file or grouped
with other start variables. If you need to do another rework, you can
update.



More information about the dev mailing list