ironic-inspector/releasenotes/notes/accept-link-local-address-1fbb9cbdc3f980bb.yaml
Kaifeng Wang 71666178f4 Accept IPv6 link local address during interface validation
Link local address is a valid address on IPv6 network when we are using
SLAAC instead of DHCPv6, current interface validation bypass link local
address and fails the introspection.
Interfaces without link carrier don't have link local addresses so this
should be fine.

Change-Id: I4cf195fc8906a2d91989df3f588e1e96ca9684b1
Story: 2007816
Task: 40094
2020-06-17 14:20:41 +08:00

6 lines
139 B
YAML

---
fixes:
- |
Fixes the issue that IPv6 link local addresses are ignored during
interface validation which fails introspection.