Re: [DNSOP] Fwd: [Editorial Errata Reported] RFC1035 (5915)

Ray Bellis <ray@bellis.me.uk> Mon, 23 December 2019 22:01 UTC

Return-Path: <ray@bellis.me.uk>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A4ED01201DB for <dnsop@ietfa.amsl.com>; Mon, 23 Dec 2019 14:01:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.001
X-Spam-Level:
X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=portfast.net
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bk2GYw3uzQqg for <dnsop@ietfa.amsl.com>; Mon, 23 Dec 2019 14:01:36 -0800 (PST)
Received: from mail.portfast.net (mail.portfast.net [IPv6:2a03:9800:20:1::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF21C12006D for <dnsop@ietf.org>; Mon, 23 Dec 2019 14:01:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=portfast.net; s=dkim; h=Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=gsh8JaknmVUJWsYWiYv/TAXo4DAHN8Pvx2Q20Us1iis=; b=RvBA3kKV6ne1mk1nVfNO92ssN mYaik3NSF54ACV0W7571mvzNrJIWLyMOkkpRD4EYc+vcVLTt0hZnBrge7Vi2Wrl9qMuMF4PmcMUDv 08KDNV0Jqb0ccs6GfSZWkrPG1X1AcTWi3efUavsAfYTtQ5/L18ahC4SWtU+4ituMGyvWE=;
Received: from [88.212.170.135] (port=59488 helo=Rays-MacBook-Pro.local) by mail.portfast.net ([188.246.200.9]:465) with esmtpsa (fixed_plain:ray@bellis.me.uk) (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1ijVlc-0002jj-CO (Exim 4.89) for dnsop@ietf.org (return-path <ray@bellis.me.uk>); Mon, 23 Dec 2019 22:01:32 +0000
To: IETF DNSOP WG <dnsop@ietf.org>
References: <20191122000302.3D09AF40709@rfc-editor.org> <CAHw9_iL01QrdXT+7_SGVNczRJinGvYUbjB9n2XCd8-k_qcq+sA@mail.gmail.com> <CA+nkc8AgDcaUN9mcDecXNqE+FzgbCs6cc3abr8n+bxPPLWkTbw@mail.gmail.com>
From: Ray Bellis <ray@bellis.me.uk>
X-Pep-Version: 2.0
Message-ID: <f8789d65-8ebc-f20d-7953-1688f35c08d5@bellis.me.uk>
Date: Mon, 23 Dec 2019 22:01:31 +0000
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.3.0
MIME-Version: 1.0
In-Reply-To: <CA+nkc8AgDcaUN9mcDecXNqE+FzgbCs6cc3abr8n+bxPPLWkTbw@mail.gmail.com>
Content-Type: multipart/mixed; boundary="------------ADA4B71C383CC33DBB793982"
Content-Language: en-GB
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/MZ-Q6fiLx99rymsPGxucXEI_Dds>
Subject: Re: [DNSOP] Fwd: [Editorial Errata Reported] RFC1035 (5915)
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Dec 2019 22:01:38 -0000


On 20/12/2019 15:08, Bob Harold wrote:

> But if we are updating it, could we consider a better word than
> "forward" ?  Actually "backward" would be correct, although I prefer
> "from the back to the front" as used elsewhere.

It's not possible to traverse the RRs in a raw DNS packet "backwards".
 You have to start at the beginning and remember the offset of each RR
found.

Ray