Added SNMP Alias field to snmp usage

This commit is contained in:
Matteo Biscosi 2024-02-09 09:40:51 +00:00
parent 38edddab65
commit 0ef03e4f1d
3 changed files with 9 additions and 1 deletions

View file

@ -1087,7 +1087,6 @@ local aggregated_flow_columns = {
local additional_flow_columns = {
['bytes'] = { tag = "bytes", dt_func = dt_format_bytes },
['packets'] = { tag = "packets", dt_func = dt_format_pkts },
['THROUGHPUT'] = { tag = "throughput", dt_func = dt_format_thpt },
['DURATION'] = { tag = "duration", dt_func = dt_format_duration },
['IPV4_ADDR'] = { tag = "ip", dt_func = dt_format_ip, select_func = "IPv4NumToString", where_func = "IPv4StringToNum", simple_dt_func = simple_format_ip },
['IPV6_ADDR'] = { tag = "ip", dt_func = dt_format_ip, select_func = "IPv6NumToString", where_func = "IPv6StringToNum", simple_dt_func = simple_format_ip },