mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -165,14 +165,20 @@ namespace OpenWifi {
|
||||
RadiusConfig.set("pools", RadiusPools);
|
||||
RadiusConfig.stringify(std::cout,4,2);
|
||||
|
||||
DBGLINE
|
||||
GWObjects::RadiusProxyPoolList NewPools;
|
||||
DBGLINE
|
||||
if(SDK::GW::RADIUS::SetConfiguration(nullptr,RadiusConfig,NewPools)) {
|
||||
DBGLINE
|
||||
AppServiceRegistry().Set("radiusEndpointLastUpdate", Utils::Now());
|
||||
DBGLINE
|
||||
return true;
|
||||
}
|
||||
DBGLINE
|
||||
Error = "Could not update the controller.";
|
||||
ErrorNum = 1;
|
||||
|
||||
DBGLINE
|
||||
return false;
|
||||
}
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user