[svn] commit: r1240 - /trunk/src/lib/python/isc/auth/TODO
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 9 15:34:13 UTC 2010
Author: jreed
Date: Tue Mar 9 15:34:13 2010
New Revision: 1240
Log:
One TODO was fixed. Add a couple more ideas.
Modified:
trunk/src/lib/python/isc/auth/TODO
Modified: trunk/src/lib/python/isc/auth/TODO
==============================================================================
--- trunk/src/lib/python/isc/auth/TODO (original)
+++ trunk/src/lib/python/isc/auth/TODO Tue Mar 9 15:34:13 2010
@@ -7,10 +7,15 @@
Support optional comment in $TTL (RFC 2308):
$TTL number comment
-If ttl is not set on the record line but $TTL is set at top,
-it is not loaded. But running master.py manually does show the
-TTL to be same as the $TTL. When including the ttl on every line,
-it is loaded and can be served.
+Do not assume "." is origin if origin is not set and sees a @ or
+a label without a ".". It should probably fail. (Don't assume a
+mistake means it is a root level label.)
+
+Add verbose option to show what it is adding, not necessarily
+in master file format, but in the context of the data source.
+
+Add "check" option to check sanity of master file but don't really
+add to data source.
Open questions to document in manual page:
More information about the bind10-changes
mailing list