Skip to content

Commit

Permalink
Mention RFC 3596 in References
Browse files Browse the repository at this point in the history
  • Loading branch information
tedjp committed May 3, 2012
1 parent ef9d762 commit f9655f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dns.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct dns_rr {
#define DNS_TYPE_NULL 10
#define DNS_TYPE_PTR 12
#define DNS_TYPE_TXT 16
#define DNS_TYPE_AAAA 28 /* RFC 3596 */
#define DNS_TYPE_AAAA 28
#define DNS_TYPE_TKEY 249
#define DNS_TYPE_TSIG 250
#define DNS_TYPE_ANY 255 /* only valid in queries/matching */
Expand Down
1 change: 1 addition & 0 deletions dnsupdate.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* RFC 2535 DNS Security Extensions, 1999
* RFC 2845 Secret key transaction authentication for DNS (TSIG), 2000
* RFC 2930 Secret key establishment for DNS (TKEY), 2000
* RFC 3596 DNS Extensions to Support IP Version 6, 2003
* RFC 3645 GSS algorithm for TSIG for DNS (GSS-TSIG), 2003
*
* See also:
Expand Down

0 comments on commit f9655f2

Please sign in to comment.