Files
neutron/releasenotes/notes/ovn-support-dhcpv6-opt-59-a2cce695182285d8.yaml
Harald Jensås 16d9ba42f0 Add v6 Option 59 to SUPPORTED_DHCP_OPTS_MAPPING
I have a usecase where I boot nova instances using an iPXE
image. For IPv6 setting option 59 did not work, but it seems
all that is needed to make the OVN DHCP service serve Option 59
is to add it to the supported opts mapping.

```
Configuring (net0 fa:16:3e🇩🇪cf:88)................. ok
net0: 2620:cf:cf:cf02::10/64 gw fe80::f816:3eff:feca:5746
net0: fe80::f816:3eff:fede:cf88/64
Filename: http://[2620:cf:cf:cf02::fff0]:8081/boot-artifacts/agent.x86_64.ipxe
```

Closes-Bug: #2125715
Change-Id: I43bb10e45a589e947e27e0bc98af4cef5fc7a386
Signed-off-by: Harald Jensås <hjensas@redhat.com>
2025-09-26 02:44:24 +02:00

6 lines
163 B
YAML

---
fixes:
- |
Use of DHCPv6 option 59 (bootfile-name) is now supported with OVN.
See bug: `2125715 <https://bugs.launchpad.net/neutron/+bug/2125715>`_.