do not include logical aggregate masters in netmap/speed calc

This commit is contained in:
Oliver Gorwits
2018-04-07 23:59:59 +01:00
parent 927f2f0a74
commit 97d5501ba0
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ __PACKAGE__->result_source_instance->view_definition(<<ENDSQL
WHERE port !~* 'vlan'
AND (type IS NULL OR type !~* '^(53|ieee8023adLag|propVirtual|l2vlan|l3ipvlan|135|136|137)\$')
AND (name IS NULL OR name !~* 'vlan')
AND (is_master = 'false' OR slave_of IS NOT NULL)
GROUP BY ip
ORDER BY total DESC, ip ASC
ENDSQL