Changeset 444
- Timestamp:
- 01/03/13 15:01:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r443 r444 2035 2035 # While we're at it, we substitute $zone for ZONE in the value. 2036 2036 if ($val eq 'ZONE') { 2037 next if $revpatt; # If we've got a pattern, we skip the default record version. 2037 # If we've got a pattern, we skip the default record version on (A+)PTR-template types 2038 next if $revpatt && ($type == 65282 || $type == 65283); 2038 2039 ##fixme? do we care if we have multiple whole-zone templates? 2039 2040 $val = $zone->network;
Note:
See TracChangeset
for help on using the changeset viewer.