Skip to content

Commit 71050bb

Browse files
committed
2 parents 766a17b + 7d0338b commit 71050bb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

server/src/com/cloud/server/ManagementServerImpl.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,11 +1765,6 @@ public List<IPAddressVO> searchForIPAddresses(ListPublicIpAddressesCmd cmd) {
17651765
vlanType = VlanType.VirtualNetwork;
17661766
}
17671767

1768-
// don't show SSVM/CPVM ips
1769-
if (vlanType == VlanType.VirtualNetwork && (allocatedOnly)) {
1770-
sb.and("associatedNetworkId", sb.entity().getAssociatedWithNetworkId(), SearchCriteria.Op.NNULL);
1771-
}
1772-
17731768
SearchCriteria<IPAddressVO> sc = sb.create();
17741769
if (isAllocated) {
17751770
_accountMgr.buildACLSearchCriteria(sc, domainId, isRecursive, permittedAccounts, listProjectResourcesCriteria);

0 commit comments

Comments
 (0)