Subject: Re: ip6.int -> ip6.arpa ?
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: None <itojun@iijlab.net>
List: tech-net
Date: 06/16/2002 12:57:17
>I wonder if we should switch our default RR zone from ip6.int to ip6.arpa?
>(Or maybe add code to check both zones?)

	we need to check both.  that's why i'm not done this yet.

	lookup ip6.arpa;
	if (not found)
		lookup ip6.int;

itojun