15    : name_(
name), rrclass_(rrclass) {
 
 
   19    return (name_.toText() + 
" " + rrclass_.toText() + 
" SOA\n");
 
 
The D2Zone encapsulates the Zone section in DNS Update message.
std::string toText() const
Returns text representation of the Zone.
D2Zone(const dns::Name &name, const dns::RRClass &rrclass)
Constructor from Name and RRClass.
The Name class encapsulates DNS names.
The RRClass class encapsulates DNS resource record classes.
std::ostream & operator<<(std::ostream &os, const IOAddress &address)
Insert the IOAddress as a string into stream.
Defines the logger used by the top-level component of kea-lfc.