mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Networking docs: add reference to ndppd
Signed-off-by: Ian Bishop <ianbishop@pace7.com>
This commit is contained in:
parent
05b1d02423
commit
b1a1cff368
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue