5188ec26c8
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
11 lines
346 B
YAML
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
|