From: Remi Gacogne Date: Tue, 2 Mar 2021 12:51:23 +0000 (+0100) Subject: dnsdist: Remove forgotten warning about source interface selection X-Git-Tag: dnsdist-1.6.0-alpha2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10130%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove forgotten warning about source interface selection --- diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index 204717950a..770cfa6d09 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc +++ b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc @@ -52,7 +52,6 @@ IOState TCPConnectionToBackend::sendQuery(std::shared_ptrgetDS()->getName()<<" over FD "<d_handler->getDescriptor()); -#warning FIXME: TODO: this drops 1/ source selection other than SO_BINDTODEVICE, perhaps we should look into IP_SENDIF? IOState state = conn->d_handler->tryWrite(conn->d_currentQuery.d_buffer, conn->d_currentPos, conn->d_currentQuery.d_buffer.size()); if (state != IOState::Done) {