Implements REST API endpoint to get pools for any available type

Implements #4263
This commit is contained in:
Simone Mainardi 2020-08-31 16:13:02 +02:00
parent bf7a5c2776
commit 6e0ae904df
6 changed files with 65 additions and 5 deletions

View file

@ -308,7 +308,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
if(throughput_type == "pps") then
column_thpt = value["throughput_pps"]
else
column_thpt = 8*value["throughput_bps"]
column_thpt = 8 * value["throughput_bps"]
end
if false then