Re: [ovs-dev] [PATCH v1 ovn] OVN: Send RARP for vif ports for which OVN does not know the IP.

2019-09-03 Thread Ankur Sharma
Hi Numan, Thanks a lot for trying the patch. Yes, as of now i kept RARP and GARP separate entities and that lead to code duplication. Sure, I will try to unify them. I will rebase, make the unification changes and will submit a v2 soon. Regards, Ankur From: Numan Siddique Sent: Tuesday,

Re: [ovs-dev] [PATCH v1 ovn] OVN: Send RARP for vif ports for which OVN does not know the IP.

2019-09-03 Thread Numan Siddique
On Fri, Aug 2, 2019 at 3:12 AM Ankur Sharma wrote: > ISSUE: > For a VIF port (on a bridged logical switch), OVN sends out > GARPs, advertising port's mac and IP. > > However, if a VIF port (on a bridged logical switch) has not > been assigned an IP, then OVN does not advertise anything. > As a

[ovs-dev] [PATCH v1 ovn] OVN: Send RARP for vif ports for which OVN does not know the IP.

2019-08-01 Thread Ankur Sharma
ISSUE: For a VIF port (on a bridged logical switch), OVN sends out GARPs, advertising port's mac and IP. However, if a VIF port (on a bridged logical switch) has not been assigned an IP, then OVN does not advertise anything. As a result, for such VIF ports basic operations like VM migration will