Don't enforce the outgoing connections from the 'listen_address' interface only. If 'local_address' is given to connect() it will enforce it to use a particular interface to connect from, even if the destination address should be accessed from a different interface. If we don't specify the 'local_address' the source interface will be chosen according to the routing configuration. Fixes #3066 Signed-off-by: Vlad Zolotarov <vladz@scylladb.com> Message-Id: <1513372688-21595-1-git-send-email-vladz@scylladb.com>