Browse Source

[1866] added note about not-implemented RR types dict in rdata/template.h.

JINMEI Tatuya 12 years ago
parent
commit
6b09c6be32
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/dns/rdata/template.h

+ 4 - 0
src/lib/dns/rdata/template.h

@@ -39,6 +39,10 @@
 // Note: do not remove the comment lines beginning with "BEGIN_" and "END_".
 // These are markers used by a script for auto-generating build-able source
 // files.
+//
+// On completion of implementing a new type of Rdata, remove the corresponding
+// entry from the meta_types dictionary of gen-rdatacode.py.in.  Otherwise
+// it will cause build failure.
 
 class MyType : public Rdata {
 public: