Re: [libvirt] [PATCH 2/3] rpc: add API for checking IPv4/6 availability

2015-06-08 Thread Martin Kletzander
On Fri, Jun 05, 2015 at 09:47:44AM +0100, Daniel P. Berrange wrote: The socket test suite has a function for checking if IPv4 or IPv6 are available, and returning a free socket. The first bit of that will be needed in another test, so pull that logic out into a separate helper method.

[libvirt] [PATCH 2/3] rpc: add API for checking IPv4/6 availability

2015-06-05 Thread Daniel P. Berrange
The socket test suite has a function for checking if IPv4 or IPv6 are available, and returning a free socket. The first bit of that will be needed in another test, so pull that logic out into a separate helper method. Signed-off-by: Daniel P. Berrange berra...@redhat.com ---