mirror of https://github.com/apache/cloudstack.git
Merge branch 'nsx-add-lb-route-adv' of https://github.com/apache/cloudstack into nsx-cks-support
This commit is contained in:
commit
daea80d12b
|
|
@ -252,6 +252,7 @@ public class NsxApiClient {
|
|||
private List<String> getRouterAdvertisementTypeList(boolean sourceNatEnabled) {
|
||||
List<String> types = new ArrayList<>();
|
||||
types.add(RouteAdvertisementType.TIER1_IPSEC_LOCAL_ENDPOINT.name());
|
||||
types.add(RouteAdvertisementType.TIER1_LB_VIP.name());
|
||||
types.add(RouteAdvertisementType.TIER1_NAT.name());
|
||||
if (!sourceNatEnabled) {
|
||||
types.add(RouteAdvertisementType.TIER1_CONNECTED.name());
|
||||
|
|
|
|||
Loading…
Reference in New Issue