ironic-python-agent/releasenotes/notes/support-collecting-ipv6-address-dd819d543f851a63.yaml
zhengyong 561be77303 Collect IPv6 address during introspection
This patch adds support to retrieve IPv6 address.

A new field ``ipv6_address`` is added to NetworkInterface
and store the assigned IPv6 address (if any).

Co-Authored-By: Kaifeng Wang <kaifeng.w@gmail.com>
Change-Id: Ia527a5aa48e3daf66d2be190e43935b38b3bd6f9
Closes-Bug: #1744064
Story: #1744064
Task: #11604
2018-07-24 09:22:40 +08:00

6 lines
193 B
YAML

---
fixes:
- Adds support to collect the default IPv6 address for interfaces. With
different networking environment, the address could be a link-local
address, ULA or something else.