Pearl1594 commented on a change in pull request #5977:
URL: https://github.com/apache/cloudstack/pull/5977#discussion_r810974482



##########
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:
       We dont have a concept of Persistent shared networks currently 
@weizhouapache 




-- 
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]


Reply via email to