bootstrap.RunNodeSetupCmd: Add IPv6 support
Commit 224ff0f7 modified the node SSH setup to use the system's SSH client. Before that Paramiko was used. It's not entirely clear whehter the latter ever supported IPv6 properly, but with this patch “bootstrap.RunNodeSetupCmd” is changed to use it if configured. The code for doing so is taken from “bootstrap.SetupNodeDaemon”, which is going to use “bootstrap.RunNodeSetupCmd”. Signed-off-by:Michael Hanselmann <hansmi@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
Loading
Please register or sign in to comment