Re: [ovs-discuss] OVN - VLAN packet duplicate processing on egress pipeline

2018-07-23 Thread Anil Venkata
On Mon, Jul 23, 2018 at 6:30 PM, Mark Michelson wrote: > On 07/23/2018 08:03 AM, Anil Venkata wrote: > >> Packets destined for VLAN remote logical ports are sent out through >> physical table 65 rather than physical table 32 (Geneve remote logical >> ports are sent th

[ovs-discuss] OVN - VLAN packet duplicate processing on egress pipeline

2018-07-23 Thread Anil Venkata
Packets destined for VLAN remote logical ports are sent out through physical table 65 rather than physical table 32 (Geneve remote logical ports are sent through table 32). I found below description in ovn architecture documentation.

Re: [ovs-discuss] OVN vm on vlan network using geneve tunnel for external traffic

2018-04-17 Thread Anil Venkata
vn.org> wrote: > > > On Fri, Apr 13, 2018 at 5:27 PM, Ben Pfaff <b...@ovn.org> wrote: > > >> On Wed, Apr 11, 2018 at 07:44:25PM +0530, Anil Venkata wrote: > > >>> vm created on a vlan tenant network is using geneve tunnel(between > compute > > >>> an

[ovs-discuss] ovn-controller periodically reporting status

2018-03-13 Thread Anil Venkata
In Openstack neutron reference implementation, all agents will be periodically reporting their status to neutron server. Similarly in Openstack OVN based deployment, we want ovn-controller to periodically report its status to neutron server. We can follow two approaches for this: 1)

Re: [ovs-discuss] Including bfd status for tunnel endpoints on ovs-vsctl show

2018-03-07 Thread Anil Venkata
This is nice option to have. On 07-Mar-2018 6:27 PM, "Miguel Angel Ajo Pelayo" wrote: > > As OVN started implementing L3HA with the use of BFD monitoring, after > discussing with the people who is doing QA and thinking about future > troubleshooting of the feature, they

Re: [ovs-discuss] OVN load balancing on same subnet failing

2018-03-01 Thread Anil Venkata
On Fri, Mar 2, 2018 at 7:23 AM, Guru Shetty <g...@ovn.org> wrote: > > > On 27 February 2018 at 03:13, Anil Venkata <anilvenk...@redhat.com> wrote: > >> For example, I have a 10.1.0.0/24 network and a load balancer is added >> to it with 10.1.0.10 as VI

[ovs-discuss] OVN load balancing on same subnet failing

2018-02-27 Thread Anil Venkata
For example, I have a 10.1.0.0/24 network and a load balancer is added to it with 10.1.0.10 as VIP and 10.1.0.2(MAC 50:54:00:00:00:01), 10.1.0.3(MAC 50:54:00:00:00:02) as members. ovn-nbctl create load_balancer vips:10.1.0.10="10.1.0.2,10.1.0.3" When I try to send a request from client within