浏览代码

Merge pull request #11969 from powo/patch-1

Update networking.md (IPv6 wrong prefix)
moxiegirl 10 年之前
父节点
当前提交
39711c8b26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/articles/networking.md

+ 1 - 1
docs/sources/articles/networking.md

@@ -652,7 +652,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`.
 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
 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
 prevent NDP neighbor cache invalidation issues in the Docker layer. So if you
-have a `/64` for your whole environment use `/68` subnets for the hosts and
+have a `/64` 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
 `/80` for the containers. This way you can use 4096 hosts with 16 `/80` subnets
 each.
 each.