Re: [ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2018-02-02 Thread Numan Siddique
On Fri, Feb 2, 2018 at 6:02 AM, Ben Pfaff wrote: > On Thu, Oct 26, 2017 at 06:56:46AM +0530, Numan Siddique wrote: > > On Thu, Oct 26, 2017 at 2:59 AM, Ben Pfaff wrote: > > > > > On Wed, Sep 27, 2017 at 09:36:18PM +0530, nusid...@redhat.com wrote: > > > > From: Numan

Re: [ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2018-02-01 Thread Ben Pfaff
On Thu, Oct 26, 2017 at 06:56:46AM +0530, Numan Siddique wrote: > On Thu, Oct 26, 2017 at 2:59 AM, Ben Pfaff wrote: > > > On Wed, Sep 27, 2017 at 09:36:18PM +0530, nusid...@redhat.com wrote: > > > From: Numan Siddique > > > > > > ovn-northd is adding the below

Re: [ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2017-10-25 Thread Numan Siddique
On Thu, Oct 26, 2017 at 2:59 AM, Ben Pfaff wrote: > On Wed, Sep 27, 2017 at 09:36:18PM +0530, nusid...@redhat.com wrote: > > From: Numan Siddique > > > > ovn-northd is adding the below logical flow for a disabled logical port > (with mac M > > and IP 'A') > >

Re: [ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2017-10-25 Thread Ben Pfaff
On Wed, Sep 27, 2017 at 09:36:18PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > ovn-northd is adding the below logical flow for a disabled logical port (with > mac M > and IP 'A') > > table=6 (lr_in_arp_resolve ), match=(outport == "lrp-port" && reg0 ==

[ovs-dev] [PATCH] ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical ports

2017-09-27 Thread nusiddiq
From: Numan Siddique ovn-northd is adding the below logical flow for a disabled logical port (with mac M and IP 'A') table=6 (lr_in_arp_resolve ), match=(outport == "lrp-port" && reg0 == 'A'), action=(eth.dst = 'M'; next;) In the case of openstack load balancer 'octavia'