mirror of https://github.com/apache/cloudstack.git
[UI] Network names are not being displayed in Infra » VRs » router » NICS
This commit is contained in:
parent
d76a47b9fd
commit
cb9bf44538
|
|
@ -219,6 +219,7 @@ public class DomainRouterJoinDaoImpl extends GenericDaoBase<DomainRouterJoinVO,
|
|||
nicResponse.setGateway(vr.getGateway());
|
||||
nicResponse.setNetmask(vr.getNetmask());
|
||||
nicResponse.setNetworkid(vr.getNetworkUuid());
|
||||
nicResponse.setNetworkName(vr.getNetworkName());
|
||||
nicResponse.setMacAddress(vr.getMacAddress());
|
||||
nicResponse.setIp6Address(vr.getIp6Address());
|
||||
nicResponse.setIp6Gateway(vr.getIp6Gateway());
|
||||
|
|
|
|||
Loading…
Reference in New Issue