weizhouapache commented on a change in pull request #5977:
URL: https://github.com/apache/cloudstack/pull/5977#discussion_r812969435
##########
File path: engine/schema/src/main/java/com/cloud/network/dao/NetworkDaoImpl.java
##########
@@ -419,6 +419,16 @@ public int getOtherPersistentNetworksCount(long id, String
broadcastURI, boolean
return persistentNetworks.size();
}
+ @Override
+ public List<NetworkVO> getAllPersistentNetworksFromZone(long dataCenterId)
{
+ Object[] guestTypes = {"Isolated", "L2"};
Review comment:
@Pearl1594 ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]