Files
openstacksdk/releasenotes/notes/replace-netifaces-632f60884fb7ae00.yaml
Takashi Kajinami 7df9a721ef Replace netifaces library
The natifaces library[1] was abandoned more than 3 years ago. Replace
it by psutils which is already used by a few other projects.

[1] https://github.com/al45tair/netifaces

Closes-Bug: #2071596
Change-Id: I805321229e84a57312bbe160d330281e6c13ab97
2024-11-27 02:03:58 +09:00

8 lines
291 B
YAML

---
upgrade:
- |
IPv6 support now is detected according to the IP addresses assigned to all
network interfaces, instead of presence of IPv6 default route. In case
there is any IP v6 address, which is not loopback or link-local, then
the host is considered to support IPv6.