Re: [ovs-dev] [PATCH] ovn-controller: Disable probes by default for unix sockets.

2017-05-03 Thread Ben Pfaff
On Tue, May 02, 2017 at 01:22:35PM -0700, Han Zhou wrote: > Normally the OVS JSON-RPC library does not probe idle connections across > Unix domain sockets, since the kernel can tell OVS whether the connections > are truly connected without probes, but ovn-controller carelessly > overrode that. > >

[ovs-dev] [PATCH] ovn-controller: Disable probes by default for unix sockets.

2017-05-02 Thread Han Zhou
Normally the OVS JSON-RPC library does not probe idle connections across Unix domain sockets, since the kernel can tell OVS whether the connections are truly connected without probes, but ovn-controller carelessly overrode that. (This should not be an issue in typical OVN deployments, because the