mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-03 12:08:07 +00:00
Wifi-996: Add GRE support to WifiInetConfigInfo
This commit is contained in:
@@ -828,6 +828,9 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
|
|||||||
ret.setMetricsProfiles(
|
ret.setMetricsProfiles(
|
||||||
profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.metrics));
|
profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.metrics));
|
||||||
|
|
||||||
|
ret.setGreTunnelProfiles(
|
||||||
|
profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.gre_tunnel));
|
||||||
|
|
||||||
Set<Profile> radiusSet = new HashSet<>();
|
Set<Profile> radiusSet = new HashSet<>();
|
||||||
Set<Long> captiveProfileIds = new HashSet<>();
|
Set<Long> captiveProfileIds = new HashSet<>();
|
||||||
Set<Long> bonjourGatewayProfileIds = new HashSet<>();
|
Set<Long> bonjourGatewayProfileIds = new HashSet<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user