neutron-lib/releasenotes/notes/port-range-compared-as-int-4d07fe030206f818.yaml
Hunt Xu 4c49003bb8 Fix port comparison in port range validation
Ports are compared as integers.

Change-Id: Icfe0c101f5095a779580ea3794d2e7c939b12af5
Closes-Bug: #1738371
2017-12-20 10:32:57 +08:00

6 lines
222 B
YAML

---
fixes:
- Bug `1738371 <https://bugs.launchpad.net/neutron/+bug/1738371>`_ is fixed
by comparing min port and max port in port range specification as integers
instead of strings, during port range validation.