On 19/04/2021 21:58, [email protected] 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. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
