mirror of https://github.com/apache/cloudstack.git
bug 7284: bug in copy constructor cause dhcp server in direct tagged vlan to think it is a virtual router
status 7284: resolved fixed
This commit is contained in:
parent
10fb2a0f39
commit
09472f1b65
|
|
@ -94,6 +94,7 @@ public class DomainRouterVO extends VMInstanceVO implements VirtualRouter {
|
|||
public DomainRouterVO(DomainRouterVO that) {
|
||||
this(that.id, that.serviceOfferingId, that.instanceName, that.privateMacAddress, that.privateIpAddress, that.privateNetmask, that.templateId, that.guestOSId, that.guestMacAddress, that.guestIpAddress, that.guestNetmask, that.accountId, that.domainId, that.publicMacAddress, that.publicIpAddress, that.publicNetmask, that.vlanDbId, that.vlanId, that.podId, that.dataCenterId, that.ramSize, that.gateway, that.domain, that.dns1, that.dns2);
|
||||
this.vnet = that.vnet;
|
||||
this.role = that.role;
|
||||
}
|
||||
|
||||
public DomainRouterVO(long id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue