From owner-freebsd-current Tue Jul 2 09:02:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA18353 for current-outgoing; Tue, 2 Jul 1996 09:02:41 -0700 (PDT) Received: from rocky.mt.sri.com ([206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA18345 for ; Tue, 2 Jul 1996 09:02:36 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA15449; Tue, 2 Jul 1996 10:01:05 -0600 (MDT) Date: Tue, 2 Jul 1996 10:01:05 -0600 (MDT) Message-Id: <199607021601.KAA15449@rocky.mt.sri.com> From: Nate Williams To: "Christoph P. Kukulies" Cc: freebsd-current@freefall.freebsd.org Subject: Re: arp messages (what do they mean?) In-Reply-To: <199607020851.KAA01980@gilberto.physik.rwth-aachen.de> References: <199607020851.KAA01980@gilberto.physik.rwth-aachen.de> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Jul 2 10:38:14 blues supfile[295]: gethostby*.gethostanswer: asked for > "1.42.101.193.in-addr.arpa", got "1.0.42.101.193.in-addr.arpa" > __^__ > (IP addresses changed slightly). > > I'm running a 10 day old -current on that machine. Umm, this message was removed from libc/net/gethostbydns() quite a while ago. Are you sure you've got an up-to-date libc *AND* you're running current. This looks like the classless domain stuff that Peter fixed in -current in: revision 1.8 date: 1996/01/13 09:03:40; author: peter; state: Exp; lines: +94 -60 The last of the bind-4.9.3-REL resolver merges. ---------------------------- and in -stable: revision 1.4.4.4 date: 1996/06/06 00:05:42; author: nate; state: Exp; lines: +95 -60 Bring in changes from the HEAD. Note, I'm only bringing in the bare minimum necessary to support doing reverse PTR using CNAME's, which is necessary for the 'Classless in-addr.arpa delegation' draft, which is now in use by many ISPs. This file is now the at the 'bind-4.9.3-REL' revision level. Inspired by: John Capo Nate