neutron-lib/releasenotes/notes/client-id-number-dhcp-option-a099f927eb8f99af.yaml
Hamdy Khader a948801e2c Add DHCP_OPT_CLIENT_ID_NUM
For Infiniband support, Ironic needs to send the 'client-id' DHCP option
as a number in order for IP address assignment to work.
This is now supported in Neutron, and can be specified as option number
61 as defined in RFC 4776.

Partial-Bug: #1770932
Change-Id: Id8272ecfac41670693482f11d6bcb6ad211b993f
2018-05-22 15:35:58 +00:00

9 lines
358 B
YAML

---
fixes:
- |
For Infiniband support, Ironic needs to send the ``client-id`` DHCP option
as a number in order for IP address assignment to work.
This is now supported in Neutron, and can be specified as option number
61 as defined in RFC 4776. For more information see bug
`1770932 <https://bugs.launchpad.net/neutron/+bug/1770932>`_