rdata fields for MX

This commit is contained in:
Willem Toorop 2014-05-15 16:11:32 +02:00
parent 42bdfdd06a
commit c28e6f44c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
* 2014-??-??: Version 0.1.2
* Fixed rdata fields for MX
* 2014-03-24 : Version 0.1.1
* default to NOT build extensions (libev, libuv, libevent), handle
--with/--without optiosn to configure for them

View File

@ -89,7 +89,8 @@ static struct rdata_def hinfo_rdata[] = {
static struct rdata_def minfo_rdata[] = {
{ "rmailbx" , t_bindata }};
static struct rdata_def mx_rdata[] = {
{ "preference" , t_bindata }};
{ "preference" , t_int },
{ "exchange" , t_bindata }};
static struct rdata_def txt_rdata[] = {
{ "txt_strings" , t_list }};
static struct rdata_def rp_rdata[] = {