- 27 Jan, 2022 2 commits
- 13 Jan, 2022 1 commit
-
-
aligungr authored
-
- 24 Dec, 2021 9 commits
- 23 Dec, 2021 1 commit
-
-
aligungr authored
-
- 22 Dec, 2021 1 commit
-
-
aligungr authored
-
- 14 Dec, 2021 1 commit
-
-
Ali Güngör authored
Allow using FQDN along with IPv4 and IPv6
-
- 13 Dec, 2021 1 commit
-
-
abousselmi authored
Like @louisroyer pointed out, gethostbyname() is deprecated and we should use getaddrinfo() instead. Note: the default behavior of getaddrinfo() is not the same as suggested by the man page when hints is set to null. It doesn't yield IPv6 addresses, and hints.ai_family seems to be set to AF_INET and not AF_UNSPEC by default.
-
- 12 Dec, 2021 1 commit
-
-
abousselmi authored
As suggested by @louisroyer, io::GetHostByName IPv6 condition was not correct. Besides, hints object was unused in this function. So removed.
-
- 10 Dec, 2021 2 commits
-
-
abousselmi authored
This allows a name resolution attempt before checking IP versions. GetHostByName is already implemented but never been used. When used against an IP, it will yield the same IP. Therefore no regression would be implied by this. When the name resolution returns multiple IPv4 and IPv6 addresses, GetHostByName only returns the first element of the list which potentially is going to be an IPv4. This is not very convenient to have inside GetIp6, but the user can always specify manually the IPv6 to be used in the config file.
-
aligungr authored
-
- 07 Dec, 2021 19 commits
-
-
aligungr authored
-
aligungr authored
-
Ali Güngör authored
Ipv6 sctp
-
Ali Güngör authored
Enable IPv6 on n2 link (amf)
-
Ali Güngör authored
Ipv6 rls
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
aligungr authored
-
Ali Güngör authored
Allow RLS to work over IPv6
-
- 03 Dec, 2021 2 commits
-
-
Louis Royer authored
-
Louis Royer authored
-