mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes missing name from interfaces (#9803)
This commit is contained in:
parent
56ae9647bf
commit
648359686d
2 changed files with 11 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ if criteria_as == "ingress_egress_traffic_criteria" then
|
|||
}
|
||||
}, {
|
||||
select_query = {
|
||||
"out_device", "out_iface_index", "bytes_sent", "bytes_rcvd",
|
||||
"out_device", "out_iface_index2", "bytes_sent", "bytes_rcvd",
|
||||
"total_bytes"
|
||||
},
|
||||
where_query = {"asn"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue