Summary: | bind-tools 9.2.3-r1 breaks ipv6 reverse for dig and host | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Guy Martin (RETIRED) <gmsoft> |
Component: | Current packages | Assignee: | The ipv6 Team <ipv6> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | berni, reaper |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Guy Martin (RETIRED)
![]() Sorry, this is not correct. Bitstring has been moved back to experimental in RFC 3363 Chapter 3 and is not used anymore (in fact, it has never been delegated at all). The current way to go is nibble format in ip6.arpa which is exactly the thing bind-tools 9.2.3 is doing Ok then it's a problem of documentation. The man page of host and dig does not document the -i options which is the right to use (and I just discovered :) Those commands works : # dig -i -x 2001:6f8:204:20::1 ;; QUESTION SECTION: ;1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.0.2.0.8.f.6.0.1.0.0.2.ip6.int. IN PTR ;; ANSWER SECTION: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.0.2.0.8.f.6.0.1.0.0.2.ip6.int. 60 IN PTR playa.chl.tuxicoman.be. # host -i -n 2001:6f8:204:20::1 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.0.2.0.8.f.6.0.1.0.0.2.ip6.int domain name pointer playa.chl.tuxicoman.be. Move/copy your delegation to ip6.arpa and you'll need no additional switch, Easynet can surely do that :-) I just did :) can this bug be as resolved then? Seems like it's more a bug with Bind for not documenting the behavior than with gentoo. Confirmed as documentation job for BIND than for Gentoo. Thanks! -Jeff Wrong resolution, let me fix There we go... -Jeffrey |