mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implements RESTful delete of interface pools and members
Implements #4108
This commit is contained in:
parent
519fec5f94
commit
62c35e82ec
6 changed files with 33 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue