+1585. [bug] allow-v6-synthesis was not performing lookups under
+ IP6.INT. allow-v6-synthesis now performs a nibble
+ lookups under IP6.ARPA rather than a bitstring lookups.
+ [RT #10497]
+
+ NOTE: allow-v6-synthesis has been deprecated.
+
1583. [bug] Records add via UPDATE failed to get the correct trust
level. [RT #10452]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: query.c,v 1.198.2.15 2004/01/22 15:34:01 marka Exp $ */
+/* $Id: query.c,v 1.198.2.16 2004/03/04 03:10:32 marka Exp $ */
#include <config.h>
result = dns_byaddr_create(client->mctx,
&client->query.synth.na,
client->view,
- 0, client->task,
+ DNS_BYADDROPT_IPV6NIBBLE,
+ client->task,
synth_rev_byaddrdone_arpa,
client, &byaddr_dummy);
if (result == ISC_R_SUCCESS)
result = dns_byaddr_create(client->mctx,
&client->query.synth.na,
client->view,
- DNS_BYADDROPT_IPV6NIBBLE,
+ DNS_BYADDROPT_IPV6NIBBLE|
+ DNS_BYADDROPT_IPV6INT,
client->task,
synth_rev_byaddrdone_int,
client, &byaddr_dummy);
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-; $Id: ip6.arpa.db,v 1.1 2001/01/10 01:18:28 gson Exp $
+; $Id: ip6.arpa.db,v 1.1.2.1 2004/03/04 03:10:32 marka Exp $
$TTL 86400
@ IN SOA ns2 hostmaster (
NS ns2.example.
ns2.example. A 10.53.0.2
-\[x123456000000000000000000000001ff] PTR foo.
-
-
-
-
+f.f.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1 PTR foo.