also fix DevicePortSpeed
This commit is contained in:
@@ -15,8 +15,8 @@ __PACKAGE__->result_source_instance->view_definition(<<ENDSQL
|
|||||||
FROM device_port
|
FROM device_port
|
||||||
LEFT OUTER JOIN device_port_properties dpp USING (ip, port)
|
LEFT OUTER JOIN device_port_properties dpp USING (ip, port)
|
||||||
WHERE port !~* 'vlan'
|
WHERE port !~* 'vlan'
|
||||||
|
AND (descr IS NULL OR descr !~* 'vlan')
|
||||||
AND (type IS NULL OR type !~* '^(53|ieee8023adLag|propVirtual|l2vlan|l3ipvlan|135|136|137)\$')
|
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)
|
AND (is_master = 'false' OR slave_of IS NOT NULL)
|
||||||
GROUP BY ip
|
GROUP BY ip
|
||||||
ORDER BY total DESC, ip ASC
|
ORDER BY total DESC, ip ASC
|
||||||
|
|||||||
Reference in New Issue
Block a user