Re: [PATCH 2/3] virNetSocketCheckProtocols: lookup IPv6 only if suspecting IPv6

2020-07-17 Thread Michal Prívozník
On 7/17/20 12:33 PM, John Ferlan wrote: On 7/15/20 7:48 AM, Michal Privoznik wrote: There is not much sense trying to disprove host is IPv6 capable if we know after first round (getifaddrs()) that is is not. Signed-off-by: Michal Privoznik --- src/rpc/virnetsocket.c | 3 ++- 1 file

Re: [PATCH 2/3] virNetSocketCheckProtocols: lookup IPv6 only if suspecting IPv6

2020-07-17 Thread John Ferlan
On 7/15/20 7:48 AM, Michal Privoznik wrote: > There is not much sense trying to disprove host is IPv6 capable > if we know after first round (getifaddrs()) that is is not. > > Signed-off-by: Michal Privoznik > --- > src/rpc/virnetsocket.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[PATCH 2/3] virNetSocketCheckProtocols: lookup IPv6 only if suspecting IPv6

2020-07-15 Thread Michal Privoznik
There is not much sense trying to disprove host is IPv6 capable if we know after first round (getifaddrs()) that is is not. Signed-off-by: Michal Privoznik --- src/rpc/virnetsocket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rpc/virnetsocket.c