Re: [libvirt] [PATCH 2/2] Support IPv6 in port allocator

2013-11-01 Thread Ján Tomko
On 10/31/2013 06:33 PM, Daniel P. Berrange wrote: > On Thu, Oct 31, 2013 at 04:40:11PM +0100, Ján Tomko wrote: >> Also try to bind on IPv6 to check if the port is occupied. >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1025407 >> --- >> src/util/virportallocator.c | 45 >>

Re: [libvirt] [PATCH 2/2] Support IPv6 in port allocator

2013-11-01 Thread Ján Tomko
On 10/31/2013 06:40 PM, Eric Blake wrote: > On 10/31/2013 09:40 AM, Ján Tomko wrote: >> Also try to bind on IPv6 to check if the port is occupied. >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1025407 >> --- >> src/util/virportallocator.c | 45 >> ++---

Re: [libvirt] [PATCH 2/2] Support IPv6 in port allocator

2013-10-31 Thread Eric Blake
On 10/31/2013 09:40 AM, Ján Tomko wrote: > Also try to bind on IPv6 to check if the port is occupied. > > https://bugzilla.redhat.com/show_bug.cgi?id=1025407 > --- > src/util/virportallocator.c | 45 > ++--- > 1 file changed, 38 insertions(+), 7 deletions(

Re: [libvirt] [PATCH 2/2] Support IPv6 in port allocator

2013-10-31 Thread Daniel P. Berrange
On Thu, Oct 31, 2013 at 04:40:11PM +0100, Ján Tomko wrote: > Also try to bind on IPv6 to check if the port is occupied. > > https://bugzilla.redhat.com/show_bug.cgi?id=1025407 > --- > src/util/virportallocator.c | 45 > ++--- > 1 file changed, 38 insertion

[libvirt] [PATCH 2/2] Support IPv6 in port allocator

2013-10-31 Thread Ján Tomko
Also try to bind on IPv6 to check if the port is occupied. https://bugzilla.redhat.com/show_bug.cgi?id=1025407 --- src/util/virportallocator.c | 45 ++--- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/src/util/virportallocator.c b/src/util/