f6bd23e199
The first DHCPv6 related fix was not enough. In testing, it appears that we were not correctly returning the proper variables and formatting to enable the machine to boot via IPv6. Fixes values, wraps a bare IPv6 address as dicated by RFC standards, and enhances unit tests. Change-Id: I9ebfb1ff1ba53dd117988b5e2a7736e20d1041a0
9 lines
289 B
YAML
9 lines
289 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the URL generation with TFTP URLs does not account for IPv6 addresses
|
|
needing to be wrapped in '[]' in order to be parsed.
|
|
- |
|
|
Fixes DHCP option parameter generation to correctly return the proper
|
|
values for IPv6 based booting when iPXE is in use.
|