From: W.C.A. Wijngaards Date: Thu, 25 Feb 2021 07:50:02 +0000 (+0100) Subject: Fix comment item. X-Git-Tag: release-1.13.2rc1~254^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b4f515a7b3de1dc02d78990f7a0c3d1d6d84aa;p=thirdparty%2Funbound.git Fix comment item. --- diff --git a/services/outside_network.c b/services/outside_network.c index dbe6121f2..89ccb70ad 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -1942,9 +1942,10 @@ randomize_and_send_udp(struct pending* pend, sldns_buffer* packet, int timeout) #ifdef USE_DNSTAP /* * sending src (local service)/dst (upstream) addresses over DNSTAP - * TODO: right now there are no chances to get the src (local service) addr. So we will pass 0.0.0.0 (::) - * to argument for dt_msg_send_outside_query()/dt_msg_send_outside_response() calls. - * For the both UDP and TCP. + * There are no chances to get the src (local service) addr if unbound + * is not configured with specific outgoing IP-addresses. So we will + * pass 0.0.0.0 (::) to argument for + * dt_msg_send_outside_query()/dt_msg_send_outside_response() calls. */ if(outnet->dtenv && (outnet->dtenv->log_resolver_query_messages ||