slave is replaced with foreign
This commit is contained in:
@@ -59,8 +59,8 @@ for my $r (@all) {
|
|||||||
# Skip the control plane itself
|
# Skip the control plane itself
|
||||||
next if $r->{zone} eq 'private.invalid';
|
next if $r->{zone} eq 'private.invalid';
|
||||||
|
|
||||||
# Skip explicitly slave-only records
|
# Skip explicitly foreign records
|
||||||
next if defined($r->{type}) && $r->{type} eq '_pureslave';
|
next if defined($r->{type}) && $r->{type} eq '_foreign';
|
||||||
|
|
||||||
# Skip config records (not BIND zones)
|
# Skip config records (not BIND zones)
|
||||||
next if defined($r->{type}) && $r->{type} eq '_config';
|
next if defined($r->{type}) && $r->{type} eq '_config';
|
||||||
|
|||||||
Reference in New Issue
Block a user