Skip to content
Commit e894ae72 authored by Guido Günther's avatar Guido Günther
Browse files

virNetSocketCheckProtocols: handle EAI_NONAME as IPv6 unavailable

When running the testsuite using "unshare -n" we might have IPv6 but no
configure addresses. Due to AI_ADDRCONFIG getaddrinfo then fails with
EAI_NONAME which we should then treat as IPv6 unavailable.

This also allows us to drop our disabled tests.
parent 6d36eaae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment