Skip to content

force SERVFAIL response in the gotanswer failure case

Evan Hunt requested to merge 990-return-servfail into master
  • named could return FORMERR if parsing iterative responses ended with a result code such as DNS_R_OPTERR. instead of computing a response code based on the result, in this case we now just force the response to be SERVFAIL.

Closes #990 (closed)

Edited by Evan Hunt

Merge request reports