kuryr-libnetwork/releasenotes/notes/add_support_ipv6_subnet-a024ffd6f7acc883.yaml
Dongcan Ye 5188ec26c8 Add support kuryr IPv6 subnet
This patch add IPv6 subnet when calling NetworkDriver.CreateNetwork.

NOTE:
Fullstack test and docs will land in separate patches.

Change-Id: I0721f5896710e221ae028c62e69768b51014d0af
Partially-Implements: blueprint ipv6-subnet
2017-03-15 17:08:00 +08:00

11 lines
346 B
YAML

---
features:
- |
Support creating an IPv6 subnet from Docker client. Users can pass --ipv6 and
IPv6 subnet attribute in CLI.
issues:
- |
Docker version 1.12 and 1.13 have problem to pass ipv6 tag [1], according to
this limitation, current support is for dual-stack only.
[1] https://github.com/docker/docker/issues/28055