mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 11:37:54 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -145,6 +145,10 @@ namespace OpenWifi {
|
|||||||
*/ }
|
*/ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Poco::JSON::Object oo;
|
||||||
|
Pools.to_json(oo);
|
||||||
|
oo.stringify(std::cout,2,2);
|
||||||
|
|
||||||
GWObjects::RadiusProxyPoolList NewPools;
|
GWObjects::RadiusProxyPoolList NewPools;
|
||||||
Poco::JSON::Object ErrorObj;
|
Poco::JSON::Object ErrorObj;
|
||||||
if(SDK::GW::RADIUS::SetConfiguration(Client, Pools, NewPools, ErrorObj)) {
|
if(SDK::GW::RADIUS::SetConfiguration(Client, Pools, NewPools, ErrorObj)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user