Browse code

Update networking.md

Signed-off-by: Wolfgang Powisch <powo@powo.priv.at>

Wolfgang Powisch authored on 2015/04/01 07:21:21
Showing 1 changed files
... ...
@@ -652,7 +652,7 @@ for Docker. When adding a third host you would add a route for the subnet
652 652
 Remember the subnet for Docker containers should at least have a size of `/80`.
653 653
 This way an IPv6 address can end with the container's MAC address and you
654 654
 prevent NDP neighbor cache invalidation issues in the Docker layer. So if you
655
-have a `/64` for your whole environment use `/68` subnets for the hosts and
655
+have a `/64` for your whole environment use `/78` subnets for the hosts and
656 656
 `/80` for the containers. This way you can use 4096 hosts with 16 `/80` subnets
657 657
 each.
658 658