BIND 10 trac2877, updated. 21d0817bae3a1aded59cf3809bff5856dbba792a [2877] Document new column
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 9 11:24:03 UTC 2013
The branch, trac2877 has been updated
via 21d0817bae3a1aded59cf3809bff5856dbba792a (commit)
from dd7864295bd032ad3a832a6ba7d35d13b89dc922 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 21d0817bae3a1aded59cf3809bff5856dbba792a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Apr 9 13:23:27 2013 +0200
[2877] Document new column
Describe the value of the column in the NSEC3 case.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index eb77666..e6610ff 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -137,7 +137,8 @@ public:
DEL_TYPE = 1, ///< The RRType of the record (A/NS/TXT etc.)
DEL_RDATA = 2, ///< Full text representation of the record's RDATA
DEL_RNAME = 3, ///< As DEL_NAME, but with the labels of domain name
- ///< in reverse order (eg. org.example.).
+ ///< in reverse order (eg. org.example.). With NSEC3,
+ ///< it is the same as DEL_NAME.
DEL_PARAM_COUNT = 4 ///< Number of parameters
};
More information about the bind10-changes
mailing list