Show
Ignore:
Timestamp:
04/03/06 21:42:50 (4 years ago)
Author:
ahu
Message:

implement rfc4255

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/dnsrecords.hh

    r579 r649  
    186186}; 
    187187 
     188class SSHFPRecordContent : public DNSRecordContent 
     189{ 
     190public: 
     191  includeboilerplate(SSHFP) 
     192 
     193private: 
     194  uint8_t d_algorithm, d_fptype; 
     195  string d_fingerprint; 
     196}; 
    188197 
    189198class RRSIGRecordContent : public DNSRecordContent