mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-08 14:43:21 +00:00
Added bulk deletion for an OUI
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenWifi {
|
||||
std::vector<GWObjects::Device> Devices;
|
||||
|
||||
bool Done = false;
|
||||
uint64_t Offset=0;
|
||||
uint64_t Offset=1;
|
||||
while(!Done) {
|
||||
|
||||
StorageService()->GetDevices(Offset,500,Devices);
|
||||
|
||||
Reference in New Issue
Block a user