From a3159ed34e5aa7fee700d06ef8f3681f1318ff30 Mon Sep 17 00:00:00 2001 From: Mike Hansen Date: Tue, 3 Nov 2020 16:57:15 -0500 Subject: [PATCH] Wifi-996: Add GRE support to WifiInetConfigInfo --- .../external/integration/OpensyncExternalIntegrationCloud.java | 3 +++ 1 file changed, 3 insertions(+) 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<>();