X-Git-Url: https://git.openstreetmap.org/dns.git/blobdiff_plain/a4f6a8b2d2704de5d71577e8b1ab93c7f9ddc41b..aac5db7652d9c376bcf529b22f6a0ab308167eda:/bin/mkgeo diff --git a/bin/mkgeo b/bin/mkgeo index 676c449..7373c2d 100755 --- a/bin/mkgeo +++ b/bin/mkgeo @@ -263,6 +263,8 @@ foreach my $origin (sort { $a->{name} cmp $b->{name} } values %$origins) }; } + next if $cluster->{global}; + $targetorigins->{$cluster->{name}}->{bandwidth} += $origin->{bandwidth}; }