Fix IPv6 zone handling (#66)

* Support IPv6 zones (RFC 4007).

* Add changelog fragment.

* Remove change for docker_network.

* Add IPv6 zone test.

It looks like an arbitrary zone name works. If Docker daemon ever starts
validating it (against what?) we either have to try to fix this test by
a valid value, or remove it again.
This commit is contained in:
Felix Fontein
2021-01-25 15:16:35 +01:00
committed by GitHub
parent 9a1018f479
commit c1e6c2e699
3 changed files with 25 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - allow IPv6 zones (RFC 4007) in bind IPs (https://github.com/ansible-collections/community.docker/pull/66)."