On 3/14/23 16:35, Michael Weiß wrote: > Upstream commit: > commit 8039371847174ff37dc3d02e83cd789dbb6140b0 > Author: Michael Weiß <[email protected]> > Date: Fri Sep 23 15:38:19 2022 +0200 > > net: openvswitch: allow metering in non-initial user namespace > > The Netlink interface for metering was restricted to global CAP_NET_ADMIN > by using GENL_ADMIN_PERM. To allow metring in a non-inital user namespace, > e.g., a container, this is changed to GENL_UNS_ADMIN_PERM. > > Signed-off-by: Michael Weiß <[email protected]> > Signed-off-by: Paolo Abeni <[email protected]> > > Signed-off-by: Michael Weiß <[email protected]> > --- > datapath/meter.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Hi, Michael. The kernel module that resided in the OVS repository was deprecated for a long time and fully removed starting with OVS 3.0. So, we do not accept any new features for it. Version provided with the kernel should be used instead. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
