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

@ -44,6 +44,7 @@ local res = s:edit_pool(pool_id, name, members --[[ an array of valid interface
if not res then
print(rest_utils.rc(rest_utils.consts_edit_pool_failed))
return
end
local rc = rest_utils.consts_ok