Skip to content

Commit

Permalink
Merge pull request #10076 from MalteJ/ipv6-docs
Browse files Browse the repository at this point in the history
IPv6 docs: The ARP cache is called NDP neighbor cache in IPv6
  • Loading branch information
Jessie Frazelle committed Jan 14, 2015
2 parents e90df7c + c03e15c commit c9dab70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sources/articles/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,10 @@ 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 ARP cache invalidation issues in the Docker layer. So if you have a
`/64` for your whole environment use `/68` subnets for the hosts and `/80` for
the containers. This way you can use 4096 hosts with 16 `/80` subnets each.
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
`/80` for the containers. This way you can use 4096 hosts with 16 `/80` subnets
each.

Every configuration in the diagram that is visualized below the dashed line is
handled by Docker: The `docker0` bridge IP address configuration, the route to
Expand Down

0 comments on commit c9dab70

Please sign in to comment.