neutron-lib/releasenotes/notes/correct-dhcp-ipv4-port-numbers-6e22c6aa26009cdc.yaml
Brian Haley d790061016 Correctly define DHCP port numbers for IPv4
The client and server DHCP port numbers are opposite
of what they should be according to the IANA definitions.

Change-Id: Iaa74ec5d569a3dee65f7e788394ffe063748bab6
Closes-bug: #1882588
2020-06-08 16:10:18 -04:00

7 lines
175 B
YAML

---
fixes:
- |
The DHCP port numbers for IPv4 were defined incorrectly in
``neutron_lib.constants``, they are now correct - ``68`` (client)
and ``67`` (server).