Skip to content

Commit cb9bf44

Browse files
committed
[UI] Network names are not being displayed in Infra » VRs » router » NICS
1 parent d76a47b commit cb9bf44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/com/cloud/api/query/dao/DomainRouterJoinDaoImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public DomainRouterResponse setDomainRouterResponse(DomainRouterResponse vrData,
219219
nicResponse.setGateway(vr.getGateway());
220220
nicResponse.setNetmask(vr.getNetmask());
221221
nicResponse.setNetworkid(vr.getNetworkUuid());
222+
nicResponse.setNetworkName(vr.getNetworkName());
222223
nicResponse.setMacAddress(vr.getMacAddress());
223224
nicResponse.setIp6Address(vr.getIp6Address());
224225
nicResponse.setIp6Gateway(vr.getIp6Gateway());

0 commit comments

Comments
 (0)