diff --git a/opensync-ext-cloud/src/main/java/com/telecominfraproject/wlan/opensync/external/integration/OpensyncExternalIntegrationCloud.java b/opensync-ext-cloud/src/main/java/com/telecominfraproject/wlan/opensync/external/integration/OpensyncExternalIntegrationCloud.java index ccd8039..e785701 100644 --- a/opensync-ext-cloud/src/main/java/com/telecominfraproject/wlan/opensync/external/integration/OpensyncExternalIntegrationCloud.java +++ b/opensync-ext-cloud/src/main/java/com/telecominfraproject/wlan/opensync/external/integration/OpensyncExternalIntegrationCloud.java @@ -828,6 +828,9 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra ret.setMetricsProfiles( profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.metrics)); + ret.setGreTunnelProfiles( + profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.gre_tunnel)); + Set radiusSet = new HashSet<>(); Set captiveProfileIds = new HashSet<>(); Set bonjourGatewayProfileIds = new HashSet<>();