NSX - add LB route Advertizement (#8192)

This commit is contained in:
Pearl Dsilva 2023-11-07 09:05:02 -05:00 committed by GitHub
parent ab994dbfcf
commit 88a07f479f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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());