-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Description
Currently it is not possible to specify IPv6 host address:
$ fab -H 2001:0DB8::1 taskname
[2001:0DB8::1] Executing task 'taskname'
Fatal error: Low level socket error connecting to host 2001: Invalid argument
Using square brackets http://serverfault.com/questions/205793/how-can-one-distinguish-the-difference-between-the-host-and-the-port-in-an-ipv6-u can help to separate address and port. And maybe we can make brackets optional by using more sophisticated regex patterns to distinguish IPv6 addresses from hostnames and IPv4 addresses.
What do you think?
Originally submitted by Max Arnold (LwarX) on 2011-07-11 at 01:18pm EDT
Reactions are currently unavailable