dnsexit2: Fix string interpolation
This commit is contained in:
parent
da9f39917f
commit
46bca54393
1 changed files with 1 additions and 1 deletions
|
@ -4181,7 +4181,7 @@ sub nic_dnsexit2_update {
|
||||||
my $ip = delete($config{$h}{"wantipv$ipv"}) or next;
|
my $ip = delete($config{$h}{"wantipv$ipv"}) or next;
|
||||||
$ips{$ipv} = $ip;
|
$ips{$ipv} = $ip;
|
||||||
info("Going to update IPv%s address to %s for %s.", $ipv, $ip, $h);
|
info("Going to update IPv%s address to %s for %s.", $ipv, $ip, $h);
|
||||||
$config{$h}{'status-ipv$ipv'} = 'failed';
|
$config{$h}{"status-ipv$ipv"} = 'failed';
|
||||||
push(@updates, {
|
push(@updates, {
|
||||||
name => $h,
|
name => $h,
|
||||||
type => ($ipv eq '6') ? 'AAAA' : 'A',
|
type => ($ipv eq '6') ? 'AAAA' : 'A',
|
||||||
|
|
Loading…
Reference in a new issue