oslo.utils/releasenotes/notes/netutils-get_mac_addr_by_ipv6-c3ce6a35a69f7c2b.yaml
Bence Romsics bbf6898b90 New method in netutils: get_mac_addr_by_ipv6
This method is practically the reverse of get_ipv6_addr_by_EUI64(),
so we can extract the MAC address from IPv6 addresses that were
generated from interface identifiers.

Change-Id: I48720d38649104f9f2f0a8fd208f2aac7548644e
Related-Change: https://review.opendev.org/718729
2020-06-29 17:15:16 +02:00

6 lines
154 B
YAML

---
features:
- |
New method ``netutils.get_mac_addr_by_ipv6(ipv6, dialect)`` extracts
the MAC address from IPv6 addresses generated from MACs.