Fixes missing name from interfaces (#9803)

This commit is contained in:
Matteo Biscosi 2025-11-06 14:12:25 +01:00
parent 56ae9647bf
commit 648359686d
2 changed files with 11 additions and 1 deletions

View file

@ -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"},