Changeset 333
- Timestamp:
- 05/09/12 20:44:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r332 r333 4160 4160 } 4161 4161 4162 } elsif ($type == 65280) { # A+PTR 4163 } elsif ($type == 65281) { # AAAA+PTR 4164 4165 # treat these as two separate records. since tinydns doesn't have 4166 # a native combined type, we have to create them separately anyway. 4167 if ($revrec eq 'n') { 4168 $type = 28; 4169 } else { 4170 $type = 12; 4171 } 4172 _printrec_tiny($datafile,$revrec,$zone,$host,$type,$val,$dist,$weight,$port,$ttl,$loc,$stamp); 4173 4174 } elsif ($type == 65282) { # PTR template 4175 } elsif ($type == 65283) { # A+PTR template 4176 } elsif ($type == 65284) { # AAAA+PTR template 4177 4162 4178 } else { 4163 4179 # raw record. we don't know what's in here, so we ASS-U-ME the user has
Note:
See TracChangeset
for help on using the changeset viewer.