File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
engine/schema/src/main/java/com/cloud/network/dao Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ protected void init() {
193193 PersistentNetworkSearch .and ("id" , PersistentNetworkSearch .entity ().getId (), Op .NEQ );
194194 PersistentNetworkSearch .and ("guestType" , PersistentNetworkSearch .entity ().getGuestType (), Op .IN );
195195 PersistentNetworkSearch .and ("broadcastUri" , PersistentNetworkSearch .entity ().getBroadcastUri (), Op .EQ );
196+ PersistentNetworkSearch .and ("dc" , PersistentNetworkSearch .entity ().getDataCenterId (), Op .EQ );
196197 PersistentNetworkSearch .and ("removed" , PersistentNetworkSearch .entity ().getRemoved (), Op .NULL );
197198 final SearchBuilder <NetworkOfferingVO > persistentNtwkOffJoin = _ntwkOffDao .createSearchBuilder ();
198199 persistentNtwkOffJoin .and ("persistent" , persistentNtwkOffJoin .entity ().isPersistent (), Op .EQ );
You can’t perform that action at this time.
0 commit comments