Dan Kenigsberg has posted comments on this change. Change subject: net: Enable VDSM to perform migration over IPv6 ......................................................................
Patch Set 2: Code-Review-1 (3 comments) https://gerrit.ovirt.org/#/c/51933/2/vdsm/virt/migration.py File vdsm/virt/migration.py: Line 130: ipv6 tool module I'm not sure what are you referring to. you are welcome to introduce this helper function into lib/vdsm/netinfo/addresses.py Line 132: a.count(':') (':' in a) is a more straight-forward way to test this. Line 134: \ trailing backslashes are quite ugly. I'd rather use parenthesis, or a multi-line condition instead. -- To view, visit https://gerrit.ovirt.org/51933 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id12e6df9004737ea6eec450d2e07cbb10aaa104a Gerrit-PatchSet: 2 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: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
