Changeset 624 for trunk/DNSDB.pm


Ignore:
Timestamp:
04/29/14 16:27:20 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix the closing comment/flag on _validate_65283() (A+PTR template); it

was indicating 'AAAA+PTR template'.

Add a header note/reminder to AAAA+PTR template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r623 r624  
    11861186
    11871187  return ('OK','OK');
    1188 } # done AAAA+PTR template record
     1188} # done A+PTR template record
    11891189
    11901190# AAAA+PTR template record
     1191# Not sure this can be handled sanely due to the size of IPv6 address space
    11911192sub _validate_65284 {
    11921193  return ('OK','OK');
Note: See TracChangeset for help on using the changeset viewer.