mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Return host_pool_match (ip or mac) from C
This commit is contained in:
parent
86b07aee7f
commit
3a08b62e05
6 changed files with 21 additions and 9 deletions
|
|
@ -28,6 +28,7 @@ local rsp = {
|
|||
alias = getHostAltName(host_info),
|
||||
notes = getHostNotes(host_info),
|
||||
host_pool_id = host["host_pool_id"],
|
||||
host_pool_match = host["host_pool_match"],
|
||||
has_traffic_policies = ifstats.inline and (host.localhost or host.systemhost),
|
||||
drop_traffic = ntop.getHashCache("ntopng.prefs.drop_host_traffic", host_key)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue