Add dscp info to raw flows

This commit is contained in:
Alfredo Cardigliano 2020-07-21 15:07:32 +02:00
parent ceba04f92c
commit da74202e94
4 changed files with 27 additions and 7 deletions

View file

@ -440,7 +440,7 @@ function graph_common.printSeries(options, tags, start_time, end_time, base_url,
end
for _, class in pairsByKeys(by_class, asc) do
local label = dscp_consts.ds_precedence_descr(class)
local label = dscp_consts.ds_class_descr(class)
graph_common.populateGraphMenuEntry(label, base_url, table.merge(params, {ts_schema=schema, dscp_class=class}))
end
end