Skip to content
Snippets Groups Projects
Commit ac824d4a authored by Robert Latta's avatar Robert Latta
Browse files

Added LAGs for correlation purposes

parent 679c6320
No related branches found
Tags 0.19
No related merge requests found
......@@ -132,7 +132,8 @@ retrieve_services_query = """SELECT *
WHERE
equipment IS NOT NULL
AND equipment != ''
AND circuit_type IN ('path', 'service', 'l2circuit')
AND circuit_type IN (
'path', 'service', 'l2circuit', 'link-aggr-group')
ORDER BY
name,
FIELD(status,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment