Changeset 2679
- Timestamp:
- 07/12/12 22:36:06 (11 months ago)
- Location:
- trunk/pdns-validator/pdns
- Files:
-
- 2 modified
-
dnsrecords.cc (modified) (2 diffs)
-
dnsrecords.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns-validator/pdns/dnsrecords.cc
r2567 r2679 345 345 } 346 346 347 void reportDNSSECTypes() 348 { 349 DSRecordContent::report(); 350 RRSIGRecordContent::report(); 351 DNSKEYRecordContent::report(); 352 NSECRecordContent::report(); 353 NSEC3RecordContent::report(); 354 NSEC3PARAMRecordContent::report(); 355 } 356 357 347 358 void reportOtherTypes() 348 359 { 360 reportDNSSECTypes(); 349 361 AFSDBRecordContent::report(); 350 362 SPFRecordContent::report(); … … 354 366 RPRecordContent::report(); 355 367 KEYRecordContent::report(); 356 DNSKEYRecordContent::report(); 357 RRSIGRecordContent::report(); 358 DSRecordContent::report(); 368 359 369 SSHFPRecordContent::report(); 360 370 CERTRecordContent::report(); 361 NSECRecordContent::report(); 362 NSEC3RecordContent::report(); 363 NSEC3PARAMRecordContent::report(); 371 364 372 TLSARecordContent::report(); 365 373 DLVRecordContent::report(); -
trunk/pdns-validator/pdns/dnsrecords.hh
r2338 r2679 546 546 547 547 void reportBasicTypes(); 548 void reportDNSSECTypes(); 548 549 void reportOtherTypes(); 549 550 void reportAllTypes();