Re: [ovs-dev] [PATCH ovn] northd: Fix address set incremental processing

2023-05-24 Thread Ales Musil
On Wed, May 24, 2023 at 1:11 PM Ilya Maximets wrote: > On 5/23/23 10:09, Ales Musil wrote: > > The incremental processing is broken for addresses > > that have mask which could "erase" portion of the address > > itself e.g. 10.16.0.47/4, after applying the mask with token > > parser the address b

Re: [ovs-dev] [PATCH ovn] northd: Fix address set incremental processing

2023-05-24 Thread Numan Siddique
On Wed, May 24, 2023 at 7:11 AM Ilya Maximets wrote: > > On 5/23/23 10:09, Ales Musil wrote: > > The incremental processing is broken for addresses > > that have mask which could "erase" portion of the address > > itself e.g. 10.16.0.47/4, after applying the mask with token > > parser the address

Re: [ovs-dev] [PATCH ovn] northd: Fix address set incremental processing

2023-05-24 Thread Ilya Maximets
On 5/23/23 10:09, Ales Musil wrote: > The incremental processing is broken for addresses > that have mask which could "erase" portion of the address > itself e.g. 10.16.0.47/4, after applying the mask with token > parser the address becomes 0.0.0.0/4, which is fine for > logical flows. However, for

[ovs-dev] [PATCH ovn] northd: Fix address set incremental processing

2023-05-23 Thread Ales Musil
The incremental processing is broken for addresses that have mask which could "erase" portion of the address itself e.g. 10.16.0.47/4, after applying the mask with token parser the address becomes 0.0.0.0/4, which is fine for logical flows. However, for the deletion/addition to database we need the