Re: [ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-06-13 Thread Lorenzo Bianconi
> On Mon, May 27, 2019 at 2:31 PM Lorenzo Bianconi < > lorenzo.bianc...@redhat.com> wrote: > > > Do not send traffic for local FIP through the overlay tunnels but > > manage it in the local hypervisor > > > > Signed-off-by: Lorenzo Bianconi > > --- > > ovn/northd/ovn-northd.c | 13 +

Re: [ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-06-13 Thread Numan Siddique
On Mon, May 27, 2019 at 2:31 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Do not send traffic for local FIP through the overlay tunnels but > manage it in the local hypervisor > > Signed-off-by: Lorenzo Bianconi > --- > ovn/northd/ovn-northd.c | 13 + > 1 file

Re: [ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-06-13 Thread Numan Siddique
On Sat, Jun 8, 2019 at 12:52 AM Ben Pfaff wrote: > On Mon, May 27, 2019 at 11:00:17AM +0200, Lorenzo Bianconi wrote: > > Do not send traffic for local FIP through the overlay tunnels but > > manage it in the local hypervisor > > > > Signed-off-by: Lorenzo Bianconi > > This is one where I'd

Re: [ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-06-07 Thread Ben Pfaff
On Mon, May 27, 2019 at 11:00:17AM +0200, Lorenzo Bianconi wrote: > Do not send traffic for local FIP through the overlay tunnels but > manage it in the local hypervisor > > Signed-off-by: Lorenzo Bianconi This is one where I'd appreciate a review by someone else knowledgeable of the context.

Re: [ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-05-27 Thread 0-day Robot
Bleep bloop. Greetings Lorenzo Bianconi, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: fatal: sha1 information is lacking or useless (ovn/northd/ovn-northd.c). Repository lacks

[ovs-dev] [PATCH] OVN: do not distribute traffic for local FIP

2019-05-27 Thread Lorenzo Bianconi
Do not send traffic for local FIP through the overlay tunnels but manage it in the local hypervisor Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.c | 13 + 1 file changed, 13 insertions(+) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c index