Changeset 635
- Timestamp:
- 05/15/14 15:36:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r634 r635 5145 5145 $val = $rr->address; 5146 5146 } elsif ($type eq 'NS') { 5147 # hmm. should we warn here if subdomain NS'es are left alone? 5147 # hmm. should we warn here if subdomain NS'es are left alone? OTOH, those should rarely be rewritten anyway. 5148 5148 next if ($args{rwns} && ($host eq $zone)); 5149 5149 $val = $rr->nsdname; … … 5836 5836 my $ip = $_->addr; 5837 5837 # make as if we split the non-octet-aligned block into octet-aligned blocks as with SOA 5838 next if $ip =~ /\.(0|255)$/; 5839 next if $$recflags{$ip}; 5838 next if $ip =~ /\.(0|255)$/; # && $self->{skip_net_0} 5839 next if $$recflags{$ip}; # && $self->{skip_bcast_255} 5840 5840 $$recflags{$ip}++; 5841 5841 next if $hpat eq '%blank%'; # Allows blanking a subnet so no records are published.
Note:
See TracChangeset
for help on using the changeset viewer.