On Wed, 17 Jul 2024 22:10:15 -0400 Xin Long wrote: > @@ -2026,7 +2023,4 @@ void ovs_ct_exit(struct net *net) > #if IS_ENABLED(CONFIG_NETFILTER_CONNCOUNT) > ovs_ct_limit_exit(net, ovs_net); > #endif > - > - if (ovs_net->xt_label) > - nf_connlabels_put(net); > }
In addition to net-next being closed please note there is a warning about ovs_net being unused if NETFILTER_CONNCOUNT=n. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
