mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Adds local network filter in flows lookup
This commit is contained in:
parent
6803d1dd9c
commit
276a254603
4 changed files with 27 additions and 16 deletions
|
|
@ -93,7 +93,8 @@ local paginfo = {
|
|||
["sortColumn"]=sortColumn, ["toSkip"]=to_skip, ["maxHits"]=perPage,
|
||||
["a2zSortOrder"]=sOrder,
|
||||
["hostFilter"]=host,
|
||||
["portFilter"]=port
|
||||
["portFilter"]=port,
|
||||
["LocalNetworkFilter"]=network_id
|
||||
}
|
||||
if application ~= nil and application ~= "" then
|
||||
paginfo["l7protoFilter"]=interface.getnDPIProtoId(application)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue