Bug 213206 - ldns: drill -T trace mode broken
Summary: ldns: drill -T trace mode broken
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.0-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 19:29 UTC by sega01
Modified: 2020-03-25 05:03 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sega01 2016-10-04 19:29:16 UTC
drill -T used to work like dig's trace mode. Now, it seems to be broken.

# drill -T go-beyond.org; echo $?
0
# which drill
/usr/bin/drill
# freebsd-version
11.0-RELEASE

I've tried this with a few domains. No output.

It should at least be exiting non-zero in this case. Seems like it does a sendto(), recvfrom(), and then exits right after.

Thanks!
Comment 1 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2018-05-12 18:41:07 UTC
Can you reproduce this in 11.1?
Comment 2 sega01 2020-03-25 05:03:28 UTC
Have not tried 11.1 but working in 12.1. Thank you! Sorry for the extremely long wait.