From: JINMEI Tatuya Date: Wed, 9 Jan 2013 21:38:10 +0000 (-0800) Subject: [2500] added notes that MNAME/RNAME must not be quoted string. X-Git-Tag: bind10-1.0.0-rc-release~95^2~16^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a095d57b989aca503c22bfe2121df389abdbd392;p=thirdparty%2Fkea.git [2500] added notes that MNAME/RNAME must not be quoted string. --- diff --git a/src/lib/dns/rdata/generic/soa_6.cc b/src/lib/dns/rdata/generic/soa_6.cc index 1a37b7c3f1..56eb7a209f 100644 --- a/src/lib/dns/rdata/generic/soa_6.cc +++ b/src/lib/dns/rdata/generic/soa_6.cc @@ -73,7 +73,8 @@ fillParameters(MasterLexer& lexer, uint8_t numdata[20]) { /// /// The MNAME and RNAME must be absolute since there's no parameter that /// specifies the origin name; if these are not absolute, \c MissingNameOrigin -/// exception will be thrown. +/// exception will be thrown. These must not be represented as a quoted +/// string. /// /// See the construction that takes \c MasterLexer for other fields. /// @@ -107,7 +108,7 @@ SOA::SOA(const std::string& soastr) : /// The \c lexer should point to the beginning of valid textual representation /// of an SOA RDATA. The MNAME and RNAME fields can be non absolute if /// \c origin is non NULL, in which case \c origin is used to make them -/// absolute. +/// absolute. These must not be represented as a quoted string. /// /// The REFRESH, RETRY, EXPIRE, and MINIMUM fields can be either a valid /// decimal representation of an unsigned 32-bit integer or other