diff options
author | BIN HU <bin.hu@att.com> | 2018-10-13 17:36:22 -0700 |
---|---|---|
committer | BIN HU <bin.hu@att.com> | 2018-10-13 17:36:22 -0700 |
commit | 55527a22b102703d66efda61e44054af26ff16ed (patch) | |
tree | 14fe21d206b5e49d4ebdb22a06c3743c463e8f9e /docs/release/userguide/index.rst | |
parent | a5373e3e990b940619ba9d07246fe106c57edde5 (diff) |
Docker IPv6 NAT
Change-Id: I1abf48d46feb721cde0dda0326ece36f14e88214
Signed-off-by: BIN HU <bin.hu@att.com>
Diffstat (limited to 'docs/release/userguide/index.rst')
-rw-r--r-- | docs/release/userguide/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index f4012a7..e215d40 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -28,7 +28,8 @@ The IPv6 Setup in Container Networking serves as feature specific user guides and references when as a user you may want to explore IPv6 in Docker container environment. The use of NDP Proxying is explored to connect IPv6-only containers to external network. The Docker IPv6 simple cluster topology is -studied with two Hosts, each with 2 Docker containers. +studied with two Hosts, each with 2 Docker containers. Docker IPv6 NAT topic +is also explored. For more information, please find `Neutron's IPv6 document for Queens Release <http://docs.openstack.org/neutron/queens/admin/config-ipv6.html>`_. @@ -42,3 +43,4 @@ For more information, please find `Neutron's IPv6 document for Queens Release ./ipv6-in-container-networking.rst ./icmpv6-and-ndp-proxying-for-docker-containers.rst ./docker-ipv6-simple-cluster-topology.rst + ./docker-ipv6-nat.rst |