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

@ -49,7 +49,7 @@ end
for key, value in pairsByKeys(stats.dscp, asc) do
res[#res + 1] = {
label = dscp_consts.ds_precedence_descr(key),
label = dscp_consts.ds_class_descr(key),
value = ternary(received_stats, value['packets.rcvd'], value['packets.sent'])
}
end