Re: [ovs-dev] [PATCH v6 5/6] ct-dpif: Enforce CT zone limit protection.

2023-11-28 Thread Ales Musil
On Tue, Nov 28, 2023 at 3:01 PM Ilya Maximets wrote: > On 11/2/23 13:00, Ales Musil wrote: > > Make sure that if any zone limit was set via DB > > all zones are forced to be set there also. This > > is done by tracking which datapath has zone limit > > protection and it is reflected in the dpctl

Re: [ovs-dev] [PATCH v6 5/6] ct-dpif: Enforce CT zone limit protection.

2023-11-28 Thread Ilya Maximets
On 11/2/23 13:00, Ales Musil wrote: > Make sure that if any zone limit was set via DB > all zones are forced to be set there also. This > is done by tracking which datapath has zone limit > protection and it is reflected in the dpctl command. > > If the datapath is protected the dpctl command

[ovs-dev] [PATCH v6 5/6] ct-dpif: Enforce CT zone limit protection.

2023-11-02 Thread Ales Musil
Make sure that if any zone limit was set via DB all zones are forced to be set there also. This is done by tracking which datapath has zone limit protection and it is reflected in the dpctl command. If the datapath is protected the dpctl command will return permission error. Signed-off-by: Ales