[#265] Default sort for Nodes discovered through LLDP/CDP
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
* Mention netdisco-users mail list in docs (C. Goldsmith)
|
||||
* Avoid pathological delete mac for millions of nodes (S. Xu)
|
||||
* Documentation fixes (S. Elipot)
|
||||
* [#265] Default sort for Nodes discovered through LLDP/CDP
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ WHERE d.ip = p.ip
|
||||
AND q.ip = a.ip
|
||||
AND q.port = p.remote_port)
|
||||
AND (p.remote_id IS NOT NULL OR p.remote_type IS NOT NULL)
|
||||
ORDER BY d.name, p.port
|
||||
ENDSQL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user