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.
std::string toText(bool omit_final_dot=false) const
Convert the Name to a string.
The RRClass class encapsulates DNS resource record classes.
const std::string toText() const
Convert the RRClass to a string.
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.