dom0/core: fix HVM network settings in xen config

This commit is contained in:
Marek Marczykowski 2012-06-12 18:24:34 +02:00
parent c5212ee438
commit 653c056c99

View File

@ -882,8 +882,8 @@ class QubesVm(object):
args['vcpus'] = str(self.vcpus)
args['ip'] = self.ip
args['mac'] = self.mac
args['gateway'] = self.gateway
args['dns1'] = self.gateway
args['gateway'] = self.netvm.gateway
args['dns1'] = self.netvm.gateway
args['dns2'] = self.secondary_dns
args['netmask'] = self.netmask
if self.netvm is not None: