Change in vdsm[master]: configNet: support PREFIX option

danken at redhat.com danken at redhat.com
Wed Nov 21 09:37:09 UTC 2012


Dan Kenigsberg has posted comments on this change.

Change subject: configNet: support PREFIX option
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File vdsm/configNetwork.py
Line 892: 
Line 893:     if mtu:
Line 894:         mtu = int(mtu)
Line 895: 
Line 896:     prefix = int(options.get('prefix'))
this is functionally the same as the code here (see API.py change).
Line 897:     if prefix:
Line 898:         if netmask is None:
Line 899:             netmask = _prefix2netmask(prefix)
Line 900:             del options['prefix']


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1d87818642aa2092533f4864728c5ecd5d64f740
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Igor Lvovsky <ilvovsky at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list