This implements 'unknown record types'. More...
#include <record-types.hh>
Public Member Functions | |
UnknownGen (DNSType type, const std::string &rr) | |
void | toMessage (DNSMessageWriter &dpw) override |
std::string | toString () const override |
DNSType | getType () const override |
![]() | |
virtual | ~RRGen () |
Public Attributes | |
DNSType | d_type |
std::string | d_rr |
This implements 'unknown record types'.
|
inline |
|
overridevirtual |
|
overridevirtual |
Implements RRGen.
std::string UnknownGen::d_rr |
DNSType UnknownGen::d_type |