TODO 749 B

12345678910111213141516171819202122
  1. Support optional origin in $INCLUDE:
  2. $INCLUDE filename origin
  3. Support optional comment in $INCLUDE:
  4. $INCLUDE filename origin comment
  5. Support optional comment in $TTL (RFC 2308):
  6. $TTL number comment
  7. Do not assume "." is origin if origin is not set and sees a @ or
  8. a label without a ".". It should probably fail. (Don't assume a
  9. mistake means it is a root level label.)
  10. Add verbose option to show what it is adding, not necessarily
  11. in master file format, but in the context of the data source.
  12. Add "check" option to check sanity of master file but don't really
  13. add to data source.
  14. Currently b10-loadzone uses a default database path, overridable by
  15. the -d option. It should also be able to get the database path from
  16. the bind10 configuration.