Fixes #5395: Fix cable tracing for rear ports with no corresponding front port

This commit is contained in:
Jeremy Stretch
2020-12-02 12:03:25 -05:00
parent 63092adc88
commit 86d4b21c40
3 changed files with 36 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
* [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces
* [#5374](https://github.com/netbox-community/netbox/issues/5374) - Fix exception thrown when tracing mid-point
* [#5376](https://github.com/netbox-community/netbox/issues/5376) - Correct invalid custom field filter logic values
* [#5395](https://github.com/netbox-community/netbox/issues/5395) - Fix cable tracing for rear ports with no corresponding front port
---