Re: [ovs-dev] [PATCH v3] ovn: support ARP response for known IPs

2015-11-30 Thread Han Zhou
On Sun, Nov 29, 2015 at 4:33 PM, Ben Pfaff wrote: > On Tue, Nov 24, 2015 at 01:43:20PM -0800, Han Zhou wrote: >> For lswitch ports with known IPs, ARP is responded directly from >> local ovn-controller to avoid flooding. >> >> Signed-off-by: Han Zhou >> --- >> >> Notes: >> v1->v2: remove the

Re: [ovs-dev] [PATCH v3] ovn: support ARP response for known IPs

2015-11-29 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 01:43:20PM -0800, Han Zhou wrote: > For lswitch ports with known IPs, ARP is responded directly from > local ovn-controller to avoid flooding. > > Signed-off-by: Han Zhou > --- > > Notes: > v1->v2: remove the extra arg of xasprintf() > v2->v3: update ovn-northd.8.

Re: [ovs-dev] [PATCH v3] ovn: support ARP response for known IPs

2015-11-24 Thread Han Zhou
Sorry, please ignore this one because the v3 change was missing by format-patch. On Tue, Nov 24, 2015 at 1:23 PM, Han Zhou wrote: > For lswitch ports with known IPs, ARP is responded directly from > local ovn-controller to avoid flooding. > > Signed-off-by: Han Zhou > --- > > Notes: > v1->v2