d790061016
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
7 lines
175 B
YAML
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).
|