Fixes issue with host pools assignment

This commit is contained in:
Matteo Biscosi 2024-07-12 18:13:25 +02:00
parent 3a08b62e05
commit e877739a91
2 changed files with 8 additions and 2 deletions

View file

@ -28,7 +28,6 @@ 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)
}