dnsimple / dns_erlang

Erlang DNS library.
Apache License 2.0
95 stars 25 forks source link

DS/CDS records have inconsistent keytag field name #19

Open coreyhaines opened 5 years ago

coreyhaines commented 5 years ago

All records have the form key_tag while DS and CDS records use keytag as the field name. Should make this consistent.

https://github.com/dnsimple/dns_erlang/blob/master/include/dns_records.hrl#L42-L45