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


 - Hubert

Index: gethnamaddr.c
===================================================================
RCS file: /cvsroot/basesrc/lib/libc/net/gethnamaddr.c,v
retrieving revision 1.44
diff -u -r1.44 gethnamaddr.c
--- gethnamaddr.c	2002/05/26 14:48:19	1.44
+++ gethnamaddr.c	2002/06/16 03:27:13
@@ -1206,7 +1206,7 @@
 			else
 				return NS_NOTFOUND;
 		}
-		strlcat(qbuf, "ip6.int", sizeof(qbuf));
+		strlcat(qbuf, "ip6.arpa", sizeof(qbuf));
 		break;
 	default:
 		abort();

-- 
Want to get a clue on IPv6 but don't know where to start? Try this:
* Basics -> http://www.onlamp.com/pub/a/onlamp/2001/05/24/ipv6_tutorial.html
* Setup  -> http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html
Of course with your #1 IPv6 ready operating system -> http://www.NetBSD.org/