Index: /trunk/DNSDB.pm
===================================================================
--- /trunk/DNSDB.pm	(revision 634)
+++ /trunk/DNSDB.pm	(revision 635)
@@ -5145,5 +5145,5 @@
 	$val = $rr->address;
       } elsif ($type eq 'NS') {
-# hmm.  should we warn here if subdomain NS'es are left alone?
+# hmm.  should we warn here if subdomain NS'es are left alone?  OTOH, those should rarely be rewritten anyway.
         next if ($args{rwns} && ($host eq $zone));
 	$val = $rr->nsdname;
@@ -5836,6 +5836,6 @@
       my $ip = $_->addr;
       # make as if we split the non-octet-aligned block into octet-aligned blocks as with SOA
-      next if $ip =~ /\.(0|255)$/;
-      next if $$recflags{$ip};
+      next if $ip =~ /\.(0|255)$/; # && $self->{skip_net_0}
+      next if $$recflags{$ip}; # && $self->{skip_bcast_255}
       $$recflags{$ip}++;
       next if $hpat eq '%blank%';	# Allows blanking a subnet so no records are published.
