diff --git a/spec/getdns_core_only.h b/spec/getdns_core_only.h index 09549052..ad2d81e7 100644 --- a/spec/getdns_core_only.h +++ b/spec/getdns_core_only.h @@ -1,4 +1,4 @@ -/* Created at 2013-12-04-16-41-13*/ +/* Created at 2013-12-04-16-42-32*/ #ifndef GETDNS_H #define GETDNS_H @@ -227,6 +227,8 @@ #define GETDNS_RRTYPE_L32 105 #define GETDNS_RRTYPE_L64 106 #define GETDNS_RRTYPE_LP 107 +#define GETDNS_RRTYPE_EUI48 108 +#define GETDNS_RRTYPE_EUI64 109 #define GETDNS_RRTYPE_TKEY 249 #define GETDNS_RRTYPE_TSIG 250 #define GETDNS_RRTYPE_IXFR 251 diff --git a/spec/index.html b/spec/index.html index df621ac8..dfb7950f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1274,6 +1274,12 @@ bindata).

LP (107)

preference (an int) and fqdn (a bindata)

+

EUI48 (108)

+

eui48_address (a bindata)

+ +

EUI64 (109)

+

eui64_address (a bindata)

+

TKEY (249)

algorithm (a bindata), inception (an int), expiration (an int), mode (an int), error (an int), @@ -2107,7 +2113,7 @@ default is the realloc function.

9. The Generated Files

-

There is a tarball that includes the .h files, +

There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process