mirror of https://github.com/apache/cloudstack.git
check-style: tabs to spaces(cherry picked from commit 0379dbb489)
Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
This commit is contained in:
parent
9af90e319d
commit
4161650c6b
|
|
@ -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