Skip to content

Commit a118e1b

Browse files
Adding nre method to NetworkDao
- listVpcNetworks() to be used for the router check task
1 parent b754c5e commit a118e1b

File tree

5 files changed

+273
-239
lines changed

5 files changed

+273
-239
lines changed

engine/schema/src/com/cloud/network/dao/NetworkDao.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ public interface NetworkDao extends GenericDao<NetworkVO, Long>, StateDao<State,
112112

113113
List<NetworkVO> listRedundantNetworks();
114114

115+
List<NetworkVO> listVpcNetworks();
116+
115117
List<NetworkVO> listByAclId(long aclId);
116118

117119
int getNonSystemNetworkCountByVpcId(long vpcId);

0 commit comments

Comments
 (0)