From 0f40ba9a23d2a3f503b41ccdcae19e6f5e80204c Mon Sep 17 00:00:00 2001 From: Ian Bishop Date: Tue, 2 Jun 2015 10:42:45 +1000 Subject: [PATCH] Networking docs: add reference to ndppd Signed-off-by: Ian Bishop Upstream-commit: b1a1cff368e7b7e4c6ad198cf53561d4edf50d38 Component: engine --- components/engine/docs/sources/articles/networking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/sources/articles/networking.md b/components/engine/docs/sources/articles/networking.md index 8400d1a6e3..7848a4e334 100644 --- a/components/engine/docs/sources/articles/networking.md +++ b/components/engine/docs/sources/articles/networking.md @@ -617,7 +617,8 @@ device to the container network: You have to execute the `ip -6 neigh add proxy ...` command for every IPv6 address in your Docker subnet. Unfortunately there is no functionality for -adding a whole subnet by executing one command. +adding a whole subnet by executing one command. An alternative approach would be to +use an NDP proxy daemon such as [ndppd](https://github.com/DanielAdolfsson/ndppd). ### Docker IPv6 cluster