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
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.
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