mirror of https://github.com/apache/cloudstack.git
check-style: tabs to spaces
This commit is contained in:
parent
f78e7ae51f
commit
0379dbb489
|
|
@ -1240,8 +1240,8 @@ public class NetworkServiceImpl extends ManagerBase implements NetworkService {
|
|||
// 1) GuestType is Shared
|
||||
boolean createVlan = (startIP != null && endIP != null && zone.getNetworkType() == NetworkType.Advanced
|
||||
&& ((ntwkOff.getGuestType() == Network.GuestType.Shared)
|
||||
|| (ntwkOff.getGuestType() == GuestType.Isolated &&
|
||||
!areServicesSupportedByNetworkOffering(ntwkOff.getId(), Service.SourceNat))));
|
||||
|| (ntwkOff.getGuestType() == GuestType.Isolated &&
|
||||
!areServicesSupportedByNetworkOffering(ntwkOff.getId(), Service.SourceNat))));
|
||||
|
||||
if (!createVlan) {
|
||||
// Only support advance shared network in IPv6, which means createVlan is a must
|
||||
|
|
|
|||
Loading…
Reference in New Issue