]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Remove pdns.PASS and pdns.TRUNCATE 5739/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 27 Sep 2017 14:24:39 +0000 (16:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 27 Sep 2017 14:24:39 +0000 (16:24 +0200)
commit9cdfab64ac1750ac234a5b5efa4eba6cabc30257
treef04b8c4d682dead4e5c6a8c585a39c8f205173eb
parent26b7516b04d2fe8356f5bfbe9692d4c3036a4ecc
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`).
pdns/lua-recursor4.cc
pdns/pdns_recursor.cc