Mike Kolesnik has posted comments on this change.

Change subject: engine: Map interfaces from DB correctly (#851991)
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/InterfaceDAODbFacadeImpl.java
Line 218:                         iface.setBondName(bondName);
Line 219:                         iface.setBonded(isBond);
Line 220:                         iface.setBondOptions(bondOptions);
Line 221:                         iface.setSpeed(speed);
Line 222:                     } else if (isBond != null && isBond) {
Done
Line 223:                         iface = new Bond(macAddress, bondOptions, 
bondType);
Line 224:                     } else if (vlanId != null) {
Line 225:                         iface = new Vlan(vlanId);
Line 226:                     } else {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I053edab2398b0d0e01a4051a32b7a34a2a742108
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Muli Salem <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to