https://fedorahosted.org/389/ticket/46

https://fedorahosted.org/389/attachment/ticket/46/0001-Trac-Ticket-46-setup-ds-admin.pl-does-not-like-ipv6-.patch
git patch file (master)
Fix Description:
Perl functions gethostbyname/gethostbyaddr do not support IPv6
addresses. This patch replaces the obsolete functions with the
ones from Socket::GetAddrInfo.

https://fedorahosted.org/389/attachment/ticket/46/0001-Trac-Ticket-46-setup-ds-admin.pl-does-not-like-ipv6-.2.patch
git patch file for 389-ds-base.spec (master)

Fix Description:
Adding IPv6 friendly perl packages to Requires list:

Requires: perl-Socket-GetAddrInfo
Requires: perl-NetAddr-IP