dnsexit2: Fix string interpolation

This commit is contained in:
Richard Hansen 2024-05-30 04:04:19 -04:00
parent da9f39917f
commit 46bca54393

View file

@ -4181,7 +4181,7 @@ sub nic_dnsexit2_update {
my $ip = delete($config{$h}{"wantipv$ipv"}) or next;
$ips{$ipv} = $ip;
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, {
name => $h,
type => ($ipv eq '6') ? 'AAAA' : 'A',