
14 Feb
2014
14 Feb
'14
3:58 p.m.
On 02/06/2014 05:43 PM, Ján Tomko wrote:
v1: Support IPv6 in port allocator https://www.redhat.com/archives/libvir-list/2013-October/msg00007.html
v2: https://www.redhat.com/archives/libvir-list/2013-October/msg01313.html bind to v4 and v6 separately
v3: fix the embarrasing bug of hardcoding AF_INET anyway added a test that mocks a v4-only system even on systems with IPv6 compiled in
Ján Tomko (2): Split out bind() from virPortAllocatorAcquire Support IPv6 in port allocator
src/util/virportallocator.c | 106 +++++++++++++++++++++++++++++++------------ tests/virportallocatortest.c | 68 +++++++++++++++++++++++++-- 2 files changed, 143 insertions(+), 31 deletions(-)
I've pushed the series, thank you for the reviews! Jan