]> granicus.if.org Git - pdns/commit
rec: Remove pdns.PASS and pdns.TRUNCATE
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 27 Sep 2017 14:24:39 +0000 (16:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Nov 2017 15:20:04 +0000 (16:20 +0100)
commit067fbdf2ecac819443b1f3cf431671ba6f2897fe
treecb4fda7bf58dcb3b1409a94ac20a5f52570c32b3
parentf2fc7262e09e6a06aaa24230039ca23f3360f850
rec: Remove pdns.PASS and pdns.TRUNCATE

Those values are not documented in a recursor context, and does not
work as expected since `pdns.PASS` resulted in an immediate `ServFail`
and `pdns.TRUNCATE` in a strange status code being sent (showing
up as `RESERVED13` in `dig`).

(cherry picked from commit 9cdfab64ac1750ac234a5b5efa4eba6cabc30257)
pdns/lua-recursor4.cc
pdns/pdns_recursor.cc