Return host_pool_match (ip or mac) from C

This commit is contained in:
Alfredo Cardigliano 2024-07-12 15:55:22 +00:00
parent 86b07aee7f
commit 3a08b62e05
6 changed files with 21 additions and 9 deletions

View file

@ -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)
}