Re: [ovs-dev] [PATCH ovn v3] northd: Add logical flow to skip GARP with LLA

2023-06-07 Thread Dumitru Ceara
On 6/7/23 16:53, Ales Musil wrote: > > > On Wed, Jun 7, 2023 at 4:48 PM Dumitru Ceara > wrote: > > On 6/7/23 14:41, Ihar Hrachyshka wrote: > > Thank you Ales! > > > > Acked-By: Ihar Hrachyshka > > > > > Hi

Re: [ovs-dev] [PATCH ovn v3] northd: Add logical flow to skip GARP with LLA

2023-06-07 Thread Ales Musil
On Wed, Jun 7, 2023 at 4:48 PM Dumitru Ceara wrote: > On 6/7/23 14:41, Ihar Hrachyshka wrote: > > Thank you Ales! > > > > Acked-By: Ihar Hrachyshka > > > > Hi Ales, Ihar, > Hi Dumitru, > > > On Wed, Jun 7, 2023 at 1:58 AM Ales Musil wrote: > > > >> Skip GARP packet with link-local address

Re: [ovs-dev] [PATCH ovn v3] northd: Add logical flow to skip GARP with LLA

2023-06-07 Thread Dumitru Ceara
On 6/7/23 14:41, Ihar Hrachyshka wrote: > Thank you Ales! > > Acked-By: Ihar Hrachyshka > Hi Ales, Ihar, > On Wed, Jun 7, 2023 at 1:58 AM Ales Musil wrote: > >> Skip GARP packet with link-local address being advertised >> when "always_learn_from_arp_request=false", this should >> prevent

Re: [ovs-dev] [PATCH ovn v3] northd: Add logical flow to skip GARP with LLA

2023-06-07 Thread Ihar Hrachyshka
Thank you Ales! Acked-By: Ihar Hrachyshka On Wed, Jun 7, 2023 at 1:58 AM Ales Musil wrote: > Skip GARP packet with link-local address being advertised > when "always_learn_from_arp_request=false", this should > prevent huge grow of MAC Binding table. To keep the option > consistent overwrite

[ovs-dev] [PATCH ovn v3] northd: Add logical flow to skip GARP with LLA

2023-06-06 Thread Ales Musil
Skip GARP packet with link-local address being advertised when "always_learn_from_arp_request=false", this should prevent huge grow of MAC Binding table. To keep the option consistent overwrite the previous MAC with LLA if it was already stored in DB. Reported-at: