mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Define and implement RES_USE_DNSSEC option in resolver.
This commit is contained in:
committed by
Ulrich Drepper
parent
09cd1f5754
commit
2d0671cbbd
@@ -586,6 +586,8 @@ p_option(u_long option) {
|
||||
case RES_ROTATE: return "rotate";
|
||||
case RES_NOCHECKNAME: return "no-check-names";
|
||||
case RES_USEBSTRING: return "ip6-bytstring";
|
||||
case RES_USE_EDNS0: return "edns0";
|
||||
case RES_USE_DNSSEC: return "dnssec";
|
||||
/* XXX nonreentrant */
|
||||
default: sprintf(nbuf, "?0x%lx?", (u_long)option);
|
||||
return (nbuf);
|
||||
|
Reference in New Issue
Block a user