commit | 0da5b8ef5d81c3fab0ba560c7c2140da27309023 | [log] [tgz] |
---|---|---|
author | Ashijeet Acharya <ashijeetacharya@gmail.com> | Tue Oct 25 18:33:59 2016 +0530 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Oct 31 16:49:13 2016 +0100 |
tree | 2065cd327009a041c6b3f0dfca8628617dcae11f | |
parent | 89cadc9dc0f7c6a48c243bf7d9ad983a9b667426 [diff] |
block/ssh: Add InetSocketAddress and accept it Add InetSocketAddress compatibility to SSH driver. Add a new option "server" to the SSH block driver which then accepts a InetSocketAddress. "host" and "port" are supported as legacy options and are mapped to their InetSocketAddress representation. Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>