Subject: Re: switching from bind8 to bind9
To: Luke Mewburn <lukem@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 11/16/2002 10:25:48
> - what are the upgrade issues for people running bind8 ?
see doc/misc/migration in BIND9 tar.gz. bind9 is pickier to some of
the zone file parameters.
> - what other pros / cons are there of bind9 over 8 ?
pros: IPv6 support
cons: performance drawback (lower query-per-sec, but it is improving)
cons: unneeded A6 query issued (9.3.x should fix it)
there are other items documented in doc/misc/migration.
itojun