Fixes #3725: Enforce client validation for minimum service port number

This commit is contained in:
Jeremy Stretch
2019-12-05 21:22:34 -05:00
parent a97ebc6d4c
commit 7a4b202064
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
* [#3709](https://github.com/netbox-community/netbox/issues/3709) - Prevent exception when importing an invalid cable definition
* [#3720](https://github.com/netbox-community/netbox/issues/3720) - Correctly indicate power feed terminations on cable list
* [#3724](https://github.com/netbox-community/netbox/issues/3724) - Fix API filtering of interfaces by more than one device name
* [#3725](https://github.com/netbox-community/netbox/issues/3725) - Enforce client validation for minimum service port number
# v2.6.7 (2019-11-01)