1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #6564: Add N connector type for pass-through ports

This commit is contained in:
jeremystretch
2021-06-16 13:43:38 -04:00
parent e68be6f041
commit 857c70ece9
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
* [#6455](https://github.com/netbox-community/netbox/issues/6455) - Permit /32 IPv4 and /128 IPv6 prefixes
* [#6493](https://github.com/netbox-community/netbox/issues/6493) - Show change log diff for non-atomic (pre-2.11) changes
* [#6564](https://github.com/netbox-community/netbox/issues/6564) - Add N connector type for pass-through ports
### Bug Fixes