Implements RESTful delete of interface pools and members

Implements #4108
This commit is contained in:
Simone Mainardi 2020-07-06 13:06:01 +02:00
parent 519fec5f94
commit 62c35e82ec
6 changed files with 33 additions and 1 deletions

View file

@ -41,6 +41,7 @@ local new_pool_id = s:add_pool(name, members --[[ an array of valid interface id
if not new_pool_id then
print(rest_utils.rc(rest_utils.consts_add_pool_failed))
return
end
local rc = rest_utils.consts_ok