Change in vdsm[master]: WIP: Multiple Gateways Feature

amuller at redhat.com amuller at redhat.com
Thu Jun 6 11:35:24 UTC 2013


Assaf Muller has posted comments on this change.

Change subject: WIP: Multiple Gateways Feature
......................................................................


Patch Set 6: (1 inline comment)

....................................................
File vdsm/multipleGateways.py
Line 23: from vdsm import netinfo
Line 24: from netconf import iproute2
Line 25: 
Line 26: 
Line 27: class MultipleGatewaysConfigurator(object):
Here ipaddr and gateway have a different meaning.

ipaddr is the ip of the interface, and gateway is the gateway for the network.
Line 28:     def __init__(self, isStatic, device):
Line 29:         self.isStatic = isStatic
Line 30:         self.device = device
Line 31:         self.ipaddr = None


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0224d896724b9cdc44215e92f0da0be71fd19038
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Assaf Muller <amuller at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Assaf Muller <amuller at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Livnat Peer <lpeer at redhat.com>
Gerrit-Reviewer: Mark Wu <wudxw at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list