Skip to content

Commit

Permalink
RESINFO became RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jul 12, 2024
1 parent 4137510 commit 6a9802e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -731,12 +731,12 @@ case "$enable_rrtype_svcb_https" in
AC_DEFINE_UNQUOTED([RRTYPE_SVCB_HTTPS], [], [Define this to enable RR types SVCB and HTTPS.])
;;
esac
AC_ARG_ENABLE(rrtype-resinfo, AS_HELP_STRING([--enable-rrtype-resinfo],[Enable RR type RESINFO.]))
AC_ARG_ENABLE(rrtype-resinfo, AS_HELP_STRING([--enable-rrtype-resinfo],[Disable RR type RESINFO.]))
case "$enable_rrtype_resinfo" in
yes)
AC_DEFINE_UNQUOTED([RRTYPE_RESINFO], [], [Define this to enable RR type RESINFO.])
no)
;;
no|*)
yes|*)
AC_DEFINE_UNQUOTED([RRTYPE_RESINFO], [], [Define this to enable RR type RESINFO.])
;;
esac

Expand Down
2 changes: 1 addition & 1 deletion ldns/rr.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ enum ldns_enum_rr_type
/** RFC 8777 **/
LDNS_RR_TYPE_AMTRELAY = 260,

/** draft-ietf-add-resolver-info */
/** RFC 9606 */
LDNS_RR_TYPE_RESINFO = 261,

/** DNSSEC Trust Authorities */
Expand Down

0 comments on commit 6a9802e

Please sign in to comment.