Dan Kenigsberg has submitted this change and it was merged. Change subject: net: Enable VDSM to listen on IPv6 addresses ......................................................................
net: Enable VDSM to listen on IPv6 addresses VDSM should be able to listen on both IPv6 and IPv4 addresses. Changes included in this patch: - Enable the ability to accept connections on IPv6 addresses. - Cover IPv6 connection handling on the unit tests. Including SSL cerificates that cover IPv6. Note: When the configuration (management_ip) is set with'::', VDSM will listen on both IPv6 & IPv4 addresses. Change-Id: Ia9c893d8f38f6abf183dcccbc2a5e328b492235e Signed-off-by: Edward Haas <[email protected]> Reviewed-on: https://gerrit.ovirt.org/51319 Reviewed-by: Piotr Kliczewski <[email protected]> Continuous-Integration: Jenkins CI --- M lib/vdsm/config.py.in M lib/vdsm/utils.py M tests/makecert.sh M tests/protocoldetectorTests.py M vdsm/protocoldetector.py 5 files changed, 39 insertions(+), 18 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, approved Jenkins CI: Passed CI tests Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/51319 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia9c893d8f38f6abf183dcccbc2a5e328b492235e Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
