On Wed, Feb 03, 2021 at 01:30:00PM +0800, [email protected] wrote: ... > @@ -1641,6 +1644,10 @@ netdev_tc_flow_put(struct netdev *netdev, struct match > *match, > } > > if (mask->ct_state) { > + if (mask->ct_state & TC_UNSUPP_OVS_CS_FLAGS) { > + return EOPNOTSUPP; > + } > +
Hi Wenxu, Paul's proposal on the other thread is more aligned with how the rest of the code is doing such kind of validation. Thanks, Marcelo _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
