Fixes #8079: Fix validation of LLDP neighbors when connected device has an asset tag

This commit is contained in:
jeremystretch
2021-12-15 08:36:03 -05:00
parent cdc73d4f56
commit 305d88ebda
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
* [#7674](https://github.com/netbox-community/netbox/issues/7674) - Fix inadvertent application of device type context to virtual machines
* [#8074](https://github.com/netbox-community/netbox/issues/8074) - Ordering VMs by name should reference naturalized value
* [#8079](https://github.com/netbox-community/netbox/issues/8079) - Fix validation of LLDP neighbors when connected device has an asset tag
---