From: Vladimír Čunát Date: Wed, 31 Jan 2018 15:42:43 +0000 (+0100) Subject: resolve: verbose-log dropping AD because of opt-out X-Git-Tag: v2.1.0~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f2c348180587c13db34871eef953ec83c50ff3;p=thirdparty%2Fknot-resolver.git resolve: verbose-log dropping AD because of opt-out --- diff --git a/lib/resolve.c b/lib/resolve.c index e3d68be10..56cf864bb 100644 --- a/lib/resolve.c +++ b/lib/resolve.c @@ -603,6 +603,7 @@ static int answer_finalize(struct kr_request *request, int state) secure = false; /* don't trust forwarding for now */ } if (last && (last->flags.DNSSEC_OPTOUT)) { + VERBOSE_MSG(NULL, "AD: opt-out\n"); secure = false; /* the last answer is insecure due to opt-out */ }