Fixes #2514: Prevent new connections to already connected interfaces

This commit is contained in:
Jeremy Stretch
2018-10-16 16:41:12 -04:00
parent 182f5a8e86
commit bee7dfe9f3
5 changed files with 87 additions and 48 deletions

View File

@@ -2,6 +2,7 @@ v2.4.7 (FUTURE)
## Bug Fixes
* [#2514](https://github.com/digitalocean/netbox/issues/2514) - Prevent new connections to already connected interfaces
* [#2515](https://github.com/digitalocean/netbox/issues/2515) - Only use django-rq admin tmeplate if webhooks are enabled
---