mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add missing interface select
This commit is contained in:
parent
c41309f21e
commit
e45ae9bf7a
4 changed files with 11 additions and 9 deletions
|
|
@ -34,14 +34,14 @@ if isEmptyString(ifid) then
|
|||
return
|
||||
end
|
||||
|
||||
interface.select(ifid)
|
||||
|
||||
if isEmptyString(what) then
|
||||
rc = rest_utils.consts_invalid_args
|
||||
print(rest_utils.rc(rc))
|
||||
return
|
||||
end
|
||||
|
||||
-- interface.select(ifid)
|
||||
|
||||
local engaged = false
|
||||
if what == "engaged" then
|
||||
engaged = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue