]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
update todo
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 27 Mar 2006 13:46:53 +0000 (13:46 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 27 Mar 2006 13:46:53 +0000 (13:46 +0000)
TODO
ldns/rdata.h

diff --git a/TODO b/TODO
index 50715cfe36ef26e9640f40df833f2a9591a028ae..26b2c5c94425b8a6bca52505f4ab8ca5c75f331d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,7 @@ Post 1.0 Stuff:
         o zone.c; make it better/faster??
         o SHA256 test in configure.ac
         o clean pkt->when stuff
+        o edns extra rdata
 
         Minor:
         ------
index 26e6d956d2eff3d3c48945099f8a5e182d600cc1..55c41845ccda66834c0fe6bd83faa509b7de2aea 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * 
  * rdata.h
  *
  * rdata definitions
@@ -83,7 +82,9 @@ enum ldns_enum_rdf_type
        /** NSAP */
        LDNS_RDF_TYPE_NSAP,
        /** IPSECKEY */
-       LDNS_RDF_TYPE_IPSECKEY
+       LDNS_RDF_TYPE_IPSECKEY,
+        /* OPT PSEUDO RRs have yet another rdf type */
+        LDNS_RDF_TYPE_OPT
 };
 typedef enum ldns_enum_rdf_type ldns_rdf_type;