mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* modifies find_device_id * Removed host name validation check for RFC. Some devices and OS allow you to set a name that contains characters that are prohibited by the RFC. Such devices can be added using their IP address, their sysName will be written to the database. If the device is already in the database, then it should be possible to find it, even if the name is unacceptable according to RFC requirements. * Additional search options for sysName have been added using the default domain. This was needed to improve LLDP detection - a short name was used in the PDU, and the full name with the domain was stored in the sysName field in the database. * modifies find_device_id * reordering checks * handling situations with duplicate sysName * modifies find_device_id (fix style errors)