Re: [ovs-discuss] Inactivity Probe configuration not taking effect in OVS 2.14.0

2021-06-30 Thread Saurabh Deokate
Hi Ben, I have two questions, 1. When is this patch going to be released ? 2. Do we have any documentation for building modules from patch? On 28/06/21, 10:25 PM, "Ben Pfaff" wrote: I recommend trying the patches that I posted: https://urldefense.proofpoint.com/v2/url?u=https-3A__ma

Re: [ovs-discuss] [External] : Re: Is this a bug in the "Egress Loopback table" or am I missing something

2021-06-30 Thread Numan Siddique
On Wed, Jun 30, 2021 at 10:54 AM Brendan Doyle wrote: > > > OK so the simple 1 line change to northd.c in: > > [ovs-dev,v8,1/6] northd: Swap src and dst eth addresses in router > egress loop. > > fixes the problem, can access all external networks, and the haripin > between 10.68.49.185 <-> 10.6

Re: [ovs-discuss] [External] : Re: Is this a bug in the "Egress Loopback table" or am I missing something

2021-06-30 Thread Brendan Doyle
OK so the simple 1 line change to northd.c in:  [ovs-dev,v8,1/6] northd: Swap src and dst eth addresses in router egress loop. fixes the problem, can access all external networks, and the haripin between 10.68.49.185 <-> 10.68.49.185 works. Thumbs up for me on this patch! On 30/06/2021 10

Re: [ovs-discuss] [External] : Re: Is this a bug in the "Egress Loopback table" or am I missing something

2021-06-30 Thread Brendan Doyle
I spoke too soon, making this change then breaks all other External network connectivity. I guess I'll try the patch(s) On 30/06/2021 10:11, Brendan Doyle wrote: So If I do : ovn-nbctl add logical_router_port lr1-ls1_external networks "10.68.49.185/32 10.68.49.184/32" Then the hairpin works

Re: [ovs-discuss] [External] : Re: Is this a bug in the "Egress Loopback table" or am I missing something

2021-06-30 Thread Brendan Doyle
So If I do : ovn-nbctl add logical_router_port lr1-ls1_external networks "10.68.49.185/32 10.68.49.184/32" Then the hairpin works and I have connectivity between 10.68.49.185 <-> 10.68.49.185 But This patch also look promising: [ovs-dev,v8,1/6] northd: Swap src and dst eth addresses in rout