Change in vdsm[master]: vdsm_reg: make the registration process IPv6 capable

Alon Bar-Lev alonbl at redhat.com
Wed Feb 6 06:41:21 UTC 2013


Alon Bar-Lev has posted comments on this change.

Change subject: vdsm_reg: make the registration process IPv6 capable
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm_reg/deployUtil.py.in
Line 979:                 continue
Line 980:             elif line.startswith("TYPE="):
Line 981:                 t = line.split("=", 1)[1].strip()
Line 982:                 fIsBridgeDevice = (t == "Bridge")
Line 983:             elif line.startswith("IPV6INIT="):
I am not sure that vdsm even supports ipv6... this why I asked Dan... if it does support, it should support it like ipv4... without deploy need to parse manually the configuration.
Line 984:                 ipv6 = ''.join(shlex.split(line)).split("=", 1)[1].strip()
Line 985:                 lstReturn.append("ipv6=%s" % (str(ipv6) == "yes"))
Line 986:             elif line.startswith("IPV6ADDR="):
Line 987:                 addr = ''.join(shlex.split(line)).split("=", 1)[1].strip()


--
To view, visit http://gerrit.ovirt.org/11743
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I86b805015bdca2805d3da3bf3309fb21f973d795
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Hunt Xu <mhuntxu at gmail.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Hunt Xu <mhuntxu at gmail.com>
Gerrit-Reviewer: Itamar Heim <iheim at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list