clarify route ownership in ipv6 user guide (#3765)

Make it clear which host owns which route by replacing references to "the
host" and "it" with the hostname that owns the route.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall
2017-06-30 19:45:17 -04:00
committed by Misty Stanley-Jones
parent b3b76b2293
commit 1a54ee3773

View File

@@ -203,7 +203,7 @@ addresses from `2001:db8:2::/64`. Host2 has three routes configured:
- Route all traffic to `2001:db8:1::/64` via Host1 with IP `2001:db8:0::1`
The difference to Host1 is that the network `2001:db8:2::/64` is directly
attached to the host via its `docker0` interface whereas it reaches
attached to Host2 via its `docker0` interface whereas Host2 reaches
`2001:db8:1::/64` via Host1's IPv6 address `2001:db8::1`.
This way every container is able to contact every other container. The