[UI] Network names are not being displayed in Infra » VRs » router » NICS

This commit is contained in:
Wei Zhou 2015-11-05 08:04:34 +01:00
parent d76a47b9fd
commit cb9bf44538
1 changed files with 1 additions and 0 deletions

View File

@ -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());