Remove iface_ndpi_stats.lua (use the REST API)

This commit is contained in:
Alfredo Cardigliano 2020-05-28 11:21:43 +02:00
parent a10f8cd0c3
commit 192a043ae5
8 changed files with 14 additions and 215 deletions

View file

@ -110,7 +110,7 @@ if(ndpistats_mode == "count") then
return
end
local _ifstats = computeL7Stats(stats)
local _ifstats = computeL7Stats(stats, show_breed, show_ndpi_category)
-- Print up to this number of entries
local max_num_entries = 5