diff --git a/bind8/bind8-lib.pl b/bind8/bind8-lib.pl index 802a0d51f..2d3ef38d2 100755 --- a/bind8/bind8-lib.pl +++ b/bind8/bind8-lib.pl @@ -2841,7 +2841,7 @@ foreach my $slave (@slaves) { if ($config{'extra_slaves'}) { push(@otherslaves, grep { $_ ne '' } - map { &to_ipaddress($_) || &to_ipaddress($_) } + map { &to_ipaddress($_) || &to_ip6address($_) } split(/\s+/, $config{'extra_slaves'})); } if ($moreslaves) {