Bug 213206

Summary: ldns: drill -T trace mode broken
Product: Base System Reporter: sega01
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me CC: des
Priority: ---    
Version: 11.0-STABLE   
Hardware: Any   
OS: Any   

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.