Merge pull request #103 from oddstr13/pr-ipv6-input-brackets-1

Enclose address input in square brackets if it is an IPv6 address
This commit is contained in:
mcarlton00 2019-10-04 16:39:54 -04:00 committed by GitHub
commit 417d89f2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -456,6 +456,7 @@ class ConnectionManager(object):
else:
return servers
# TODO: Make IPv6 compatable
def _convert_endpoint_address_to_manual_address(self, info):
if info.get('Address') and info.get('EndpointAddress'):