Re: [PATCH 1/1] VSOCK: Introduce VM Sockets
From: Andy King <hidden>
Date: 2013-02-18 16:56:30
Also in:
lkml, virtualization
From: Andy King <hidden>
Date: 2013-02-18 16:56:30
Also in:
lkml, virtualization
quoted
+ if (protocol) + return -EPROTONOSUPPORT; +IMO protocol == PF_VSOCK should not get rejected here.
Good catch, I've sent out a patch for this. Thanks! - Andy