]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement DNSTAP support in ns_client_sendraw()
authorMark Andrews <marka@isc.org>
Mon, 9 Nov 2020 02:44:22 +0000 (13:44 +1100)
committerMark Andrews <marka@isc.org>
Tue, 10 Nov 2020 06:15:46 +0000 (06:15 +0000)
commitb09727a765edddf5604f1d0be9501a9cc04c7756
tree640a985a86a72f82fb46ed9f6ddb7c92f7d17a6b
parenta66b638d41a24cd2a612a35674cb2f16dd814a98
Implement DNSTAP support in ns_client_sendraw()

ns_client_sendraw() is currently only used to relay UPDATE
responses back to the client.  dns_dt_send() is called with
this assumption.
lib/ns/client.c