Alon Bar-Lev has posted comments on this change.

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


Patch Set 2: (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'))
Must be both, as bootstrap code passes the ifcfg variables as-is.
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: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to