Re: [ovs-dev] [PATCH v3 ovn] Replace chassis mac with router port mac on destination chassis

2019-09-08 Thread Ankur Sharma
Hi Numan, Thanks a lot for the feedback. Submitted a V4, please take a look. Regards, Ankur From: Numan Siddique Sent: Thursday, September 5, 2019 11:12 PM To: Ankur Sharma Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v3 ovn] Replace chassis mac with router port mac on

Re: [ovs-dev] [PATCH v3 ovn] Replace chassis mac with router port mac on destination chassis

2019-09-05 Thread Numan Siddique
Hi Ankur, Couple of comments, otherwise LGTM. Thanks Numan On Wed, Sep 4, 2019 at 12:45 AM Ankur Sharma wrote: > During E-W routing for vlan backed networks, we replace router port > mac with chassis mac, when packet leaves the source hypervisor. > > As a result, the destination VM (on remote

[ovs-dev] [PATCH v3 ovn] Replace chassis mac with router port mac on destination chassis

2019-09-03 Thread Ankur Sharma
During E-W routing for vlan backed networks, we replace router port mac with chassis mac, when packet leaves the source hypervisor. As a result, the destination VM (on remote hypervisor) will see chassis mac as source mac in received packet. Although, functionality wise this does not cause any is