Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b53dee6d
Commit
b53dee6d
authored
Apr 09, 2018
by
Tony Finch
Committed by
Evan Hunt
Apr 10, 2018
Browse files
dnstap: log actual local IPv6 address, not :: listening address
(cherry picked from commit
ccff953c
)
parent
920eb326
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/client.c
View file @
b53dee6d
...
...
@@ -1205,7 +1205,7 @@ client_send(ns_client_t *client) {
#ifdef HAVE_DNSTAP
if
(
client
->
view
!=
NULL
)
{
dns_dt_send
(
client
->
view
,
dtmsgtype
,
&
client
->
peeraddr
,
&
client
->
interface
->
addr
,
&
client
->
peeraddr
,
&
client
->
destsock
addr
,
ISC_TRUE
,
&
zr
,
&
client
->
requesttime
,
NULL
,
&
buffer
);
}
...
...
@@ -1235,7 +1235,7 @@ client_send(ns_client_t *client) {
if
(
client
->
view
!=
NULL
)
{
dns_dt_send
(
client
->
view
,
dtmsgtype
,
&
client
->
peeraddr
,
&
client
->
interface
->
addr
,
&
client
->
destsock
addr
,
ISC_FALSE
,
&
zr
,
&
client
->
requesttime
,
NULL
,
&
buffer
);
}
...
...
@@ -2828,7 +2828,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
dtmsgtype
=
DNS_DTTYPE_AQ
;
dns_dt_send
(
view
,
dtmsgtype
,
&
client
->
peeraddr
,
&
client
->
interface
->
addr
,
TCP_CLIENT
(
client
),
NULL
,
&
client
->
destsock
addr
,
TCP_CLIENT
(
client
),
NULL
,
&
client
->
requesttime
,
NULL
,
buffer
);
#endif
/* HAVE_DNSTAP */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment