mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
4 lines
204 B
Markdown
4 lines
204 B
Markdown
![]() |
Issue 66837: Fixes an issue with the `network.local_port_tcp` function
|
||
|
where it was not parsing the IPv4 mapped IPv6 address correctly. The
|
||
|
``::ffff:`` is now removed and only the IP address is returned.
|