oslo.utils/releasenotes/notes/bug-2073894-2e11ca85984b7bb7.yaml
Elvira García 076aaac87f Add a function to trim scope out of ipv6 addr
Currently, is_valid_ipv6 accepts ipv6 addresses with scope. However,
there are functions that won't accept an address with scope. An example
of this would be the netaddress.IPAdress() function used in Neutron.

Related-Bug: #2073894
Change-Id: If2757dfc91f5b4c8257dee49d6da1e216b3e7cd8
2024-08-14 10:36:59 +02:00

8 lines
266 B
YAML

---
features:
- |
`Bug #2073894 <https://bugs.launchpad.net/oslo.utils/+bug/2073894>`_:
Added the netutils.get_noscope_ipv6() function in order to fix errors
related to IPv6 address formatting that can happen when using an IPv6
defined with scope.