> On 8 May 2018, at 18:27, Ben Pfaff <[email protected]> wrote:
> 
> On Mon, Apr 30, 2018 at 11:44:00PM +0300, Alin Gabriel Serdean wrote:
>> Named pipes should emulate UNIX socket behavior.
>> 
>> Until now the named pipes returned WSA (Windows implementation of BSD sockets
>> errors) return codes, for send errors.
>> 
>> In case of a disconnected named pipe (UNIX socket) send error, we should 
>> return
>> EPIPE.
>> 
>> Fixes: `check_logs` transient errors when checking for EPIPE.
>> 
>> Signed-off-by: Alin Gabriel Serdean <[email protected]>
> 
> Acked-by: Ben Pfaff <[email protected]>
> ______________________________________________

Thanks Alin and Ben, I applied it on master.

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to