From 6afa8b7879aa98ad2456d0bd429c4f666cb2e231 Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Thu, 20 Apr 2017 22:06:22 +0530 Subject: [PATCH] fix ipv6 netmask (#2958) --- engine/userguide/networking/default_network/ipv6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/networking/default_network/ipv6.md b/engine/userguide/networking/default_network/ipv6.md index 02a26e38d2..bed05d7045 100644 --- a/engine/userguide/networking/default_network/ipv6.md +++ b/engine/userguide/networking/default_network/ipv6.md @@ -246,7 +246,7 @@ for Docker. When adding a third host you would add a route for the subnet Remember the subnet for Docker containers should at least have a size of `/80`. This way an IPv6 address can end with the container's MAC address and you prevent NDP neighbor cache invalidation issues in the Docker layer. So if you -have a `/64` for your whole environment use `/78` subnets for the hosts and +have a `/76` for your whole environment use `/78` subnets for the hosts and `/80` for the containers. This way you can use 4096 hosts with 16 `/80` subnets each.