Re: [ovs-dev] [External] : Re: [PATCH ovn] northd: Skip arp-proxy flows if the lsp is a router port.

2024-06-07 Thread Brendan Doyle via dev
On 07/06/2024 14:20, Dumitru Ceara wrote: On 6/7/24 12:24, brendan.do...@oracle.com wrote: On 06/06/2024 17:34, Dumitru Ceara wrote: On 6/5/24 16:52, Brendan Doyle via dev wrote: So I'm wondering will this break the LSP option: *o**p**t**i**o**n**s*  *:*  *a**r**p**_**p**r**o**x

Re: [ovs-dev] [External] : Re: [PATCH ovn] northd: Skip arp-proxy flows if the lsp is a router port.

2024-06-07 Thread Brendan Doyle via dev
On 06/06/2024 17:34, Dumitru Ceara wrote: On 6/5/24 16:52, Brendan Doyle via dev wrote: So I'm wondering will this break the LSP option:     *o**p**t**i**o**n**s*  *:*  *a**r**p**_**p**r**o**x**y*: optional string    Optional.  A  list  of  MAC  and  addresses/cidrs

Re: [ovs-dev] [External] : Re: [PATCH ovn] northd: Skip arp-proxy flows if the lsp is a router port.

2024-06-05 Thread Brendan Doyle via dev
So I'm wondering will this break the LSP option: *o**p**t**i**o**n**s* *:* *a**r**p**_**p**r**o**x**y*: optional string Optional. A list of MAC and addresses/cidrs or just ad‐ dresses/cidrs that this logical switch*r**o**u**t**e**r* port will

Re: [ovs-dev] [External] : OVS+OVN Fall Conference 2023 - Day 2 information

2023-12-11 Thread Brendan Doyle
Hi, I missed this, where can I access the recordings? On 06/12/2023 17:36, Aaron Conole wrote: Greetings, We had an open bridge today during the call that got flooded with spam bots for a few minutes, and we had to lock the meeting down. As such, we won't broadly publish the meeting link.

Re: [ovs-dev] [External] : Re: " Add support for DHCP Option 12 (Hostname)"

2021-10-25 Thread Brendan Doyle
OK thanks, It was going to be a relatively easy backport if we need to do it. But great that it is already done. On 25/10/2021 15:04, Numan Siddique wrote: On Fri, Oct 22, 2021 at 9:23 AM Brendan Doyle wrote: Just wondering was this patch backported, if so could someone provide a pointer

[ovs-dev] " Add support for DHCP Option 12 (Hostname)"

2021-10-22 Thread Brendan Doyle
Just wondering was this patch backported, if so could someone provide a pointer Thanks ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [External] : [PATCH ovn] northd-ddlog: Add proxy arp flows for configured addresses in lsp router port.

2021-06-29 Thread Brendan Doyle
Thanks for doing the ddlog for this, comment below On 29/06/2021 17:08, num...@ovn.org wrote: From: Numan Siddique The commit [1] didn't add the ddlog part. [1] - 8087cbc7462("ovn-northd.c: Add proxy ARP support to OVN") Signed-off-by: Numan Siddique --- northd/ovn.dl| 1 +

Re: [ovs-dev] [External] : Re: [PATCH ovn v5] ovn-northd.c: Add proxy ARP support to OVN

2021-06-29 Thread Brendan Doyle
On 29/06/2021 13:24, Numan Siddique wrote: On Tue, Jun 29, 2021 at 7:48 AM Brendan Doyle wrote: Numan, Did this version apply ? I'm guessing not. This was generated with git mail. But I don't see an entry in https://urldefense.com/v3/__https://patchwork.ozlabs.org/project/ovn/list

Re: [ovs-dev] [PATCH ovn v5] ovn-northd.c: Add proxy ARP support to OVN

2021-06-29 Thread Brendan Doyle
Numan, Did this version apply ? I'm guessing not. This was generated with git mail. But I don't see an entry in https://patchwork.ozlabs.org/project/ovn/list/ for it. Please let me know if this has issue, if so I'll try generate a PR. Thanks Brendan On 28/06/2021 12:16, Brendan Doyle wrote

Re: [ovs-dev] [External] : [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-28 Thread Brendan Doyle
Hi Numan, So just did a v5 this time using git mail, please see if you can apply that one. Thanks On 27/06/2021 18:19, Numan Siddique wrote: On Sun, Jun 27, 2021 at 8:46 AM Brendan Doyle wrote: Hi Numan, I did a fresh clone and recreated/resubmitted the patch [PATCH ovn v4] ovn-northd.c

Re: [ovs-dev] [External] : [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-27 Thread Brendan Doyle
On 27/06/2021 18:19, Numan Siddique wrote: On Sun, Jun 27, 2021 at 8:46 AM Brendan Doyle wrote: Hi Numan, I did a fresh clone and recreated/resubmitted the patch [PATCH ovn v4] ovn-northd.c: Add proxy ARP support to OVN. v4 still doesn't apply. Maybe you can share your github private

Re: [ovs-dev] [External] : [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-27 Thread Brendan Doyle
for my goit/GitHub experts to come in on Monday. Brendan. On 25/06/2021 22:22, Numan Siddique wrote: On Thu, Jun 24, 2021 at 5:14 AM Brendan Doyle wrote: Hi, Just wondering how to move this along. It's been in the queue a while now. I've made the requested changes, this is v3 of the patch

[ovs-dev] [PATCH ovn v4] ovn-northd.c: Add proxy ARP support to OVN

2021-06-27 Thread Brendan Doyle
From 7a38fff6ce6ee17767b426c7cf84e1b07eda5552 Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Sun, 27 Jun 2021 05:36:40 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch Router port. The IPs

Re: [ovs-dev] [External] : [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-24 Thread Brendan Doyle
, Brendan Doyle wrote: From 634fd88b726700b30cb76203ca45f1e9c041368a Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch

Re: [ovs-dev] [External] : [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-21 Thread Brendan Doyle
Hi Numan, I know things are busy but did you get a chance to look at this. I made the change to use extract_ip_addresses() as requested. Brendan On 18/06/2021 14:53, Brendan Doyle wrote: From 634fd88b726700b30cb76203ca45f1e9c041368a Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri

[ovs-dev] [PATCH ovn v3] ovn-northd.c: Add proxy ARP support to OVN

2021-06-18 Thread Brendan Doyle
From 634fd88b726700b30cb76203ca45f1e9c041368a Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch Router port. The IPs

Re: [ovs-dev] [External] : [PATCH ovn v2] ovn-northd.c: Add proxy ARP support to OVN

2021-06-15 Thread Brendan Doyle
On 15/06/2021 14:33, Numan Siddique wrote: On Tue, Jun 15, 2021 at 8:34 AM Brendan Doyle wrote: On 15/06/2021 13:26, Numan Siddique wrote: On Tue, Jun 15, 2021 at 7:50 AM Brendan Doyle wrote: On 14/06/2021 21:17, Numan Siddique wrote: On Mon, Jun 14, 2021 at 5:19 AM Brendan Doyle

Re: [ovs-dev] [External] : [PATCH ovn v2] ovn-northd.c: Add proxy ARP support to OVN

2021-06-15 Thread Brendan Doyle
On 15/06/2021 13:26, Numan Siddique wrote: On Tue, Jun 15, 2021 at 7:50 AM Brendan Doyle wrote: On 14/06/2021 21:17, Numan Siddique wrote: On Mon, Jun 14, 2021 at 5:19 AM Brendan Doyle wrote: Hi, Just wondering how to move this along. It's been in the queue a while now. The product I'm

Re: [ovs-dev] [External] : [PATCH ovn v2] ovn-northd.c: Add proxy ARP support to OVN

2021-06-15 Thread Brendan Doyle
On 14/06/2021 21:17, Numan Siddique wrote: On Mon, Jun 14, 2021 at 5:19 AM Brendan Doyle wrote: Hi, Just wondering how to move this along. It's been in the queue a while now. The product I'm working on requires this feature and If I can't get it upstream I'll need to look at other options

Re: [ovs-dev] [External] : [PATCH ovn v2] ovn-northd.c: Add proxy ARP support to OVN

2021-06-14 Thread Brendan Doyle
Hi, Just wondering how to move this along. It's been in the queue a while now. The product I'm working on requires this feature and If I can't get it upstream I'll need to look at other options. Thanks Brendan On 04/06/2021 15:51, Brendan Doyle wrote: From

[ovs-dev] [PATCH ovn v2] ovn-northd.c: Add proxy ARP support to OVN

2021-06-04 Thread Brendan Doyle
From 07ecd5d00f82658e094132102575d8d576161a6b Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch Router port. The IPs

Re: [ovs-dev] [External] : Re: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

2021-06-04 Thread Brendan Doyle
On 03/06/2021 16:59, Dan Williams wrote: On Wed, 2021-06-02 at 17:02 +0100, Brendan Doyle wrote:  From a9d3140845175edb7644b2d0d82a95bd6cf94662 Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

[ovs-dev] [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

2021-06-02 Thread Brendan Doyle
From a9d3140845175edb7644b2d0d82a95bd6cf94662 Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch Router port. The IPs

Re: [ovs-dev] [External] : Re: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

2021-06-02 Thread Brendan Doyle
On 02/06/2021 15:42, Dan Williams wrote: On Wed, 2021-06-02 at 09:26 +0100, Brendan Doyle wrote: Hi, Just wondering what the process is here, I submitted this patch a while ago, and I see quite a few other patches have been submitted since. So wondering what happens after a patch

Re: [ovs-dev] [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

2021-06-02 Thread Brendan Doyle
it into the repo if accepted. This does not seem to be documented in: Submitting Patches — Open Virtual Network (OVN) 21.03.0 documentation <https://docs.ovn.org/en/stable/internals/contributing/submitting-patches.html> Thanks Brendan On 31/05/2021 10:06, Brendan Doyle wrote:

[ovs-dev] [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN

2021-05-31 Thread Brendan Doyle
From a9d3140845175edb7644b2d0d82a95bd6cf94662 Mon Sep 17 00:00:00 2001 From: Brendan Doyle Date: Fri, 28 May 2021 10:01:17 -0700 Subject: [PATCH ovn] ovn-northd.c: Add proxy ARP support to OVN This patch provides the ability to configure proxy ARP IPs on a Logical Switch Router port. The IPs

Re: [ovs-dev] [External] : Re: Fwd: tracing ovs flows in br-int

2021-01-19 Thread Brendan Doyle
Thanks On 19/01/2021 12:14, Ilya Maximets wrote: On 1/18/21 7:38 PM, Brendan Doyle wrote: Forwarded Message Subject: tracing ovs flows in br-int Date: Mon, 18 Jan 2021 18:31:53 + From: Brendan Doyle Organization: Oracle Corporation To: ovs-disc

[ovs-dev] Fwd: tracing ovs flows in br-int

2021-01-18 Thread Brendan Doyle
Forwarded Message Subject:tracing ovs flows in br-int Date: Mon, 18 Jan 2021 18:31:53 + From: Brendan Doyle Organization: Oracle Corporation To: ovs-disc...@openvswitch.org Hi Folks, I'm trying to trace a flow through br-int but ovs-appctl ofproto