[DNSOP] Re: Fwd: New Version Notification for draft-pels-dnsop-axfr-notify-00.txt
Philip Homburg <pch-dnsop-7@u-1.phicoh.com> Tue, 19 May 2026 07:33 UTC
Return-Path: <pch-b55F8B228@u-1.phicoh.com>
X-Original-To: dnsop@mail2.ietf.org
Delivered-To: dnsop@mail2.ietf.org
Received: from localhost (localhost [127.0.0.1]) by mail2.ietf.org (Postfix) with ESMTP id 7B99DF08B76C for <dnsop@mail2.ietf.org>; Tue, 19 May 2026 00:33:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1779176036; bh=A+dmvQP7nEiDw4jsfZDPw5n4eq7c4HIhNnJtS3tr1P4=; h=To:Cc:Subject:From:References:In-reply-to:Date; b=E+cJdpdgR2kQIypL8HWd+QbVJ7d6BHPCSVJZzO5hKQxKjLOSZQ+aNvcXgaNVPMhYC Y5ZrmPzNNR1tqJe0+W0+WLeBilq3wu5HEROcXjmQomLHBnmnHuuuxfDEVMHOAuh70n Xf69TZ+yWva7/8getEit92ebmLz4edB+SXKbhOPU=
X-Virus-Scanned: amavisd-new at ietf.org
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Received: from mail2.ietf.org ([166.84.6.31]) by localhost (mail2.ietf.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ydf2ms2MlsjR for <dnsop@mail2.ietf.org>; Tue, 19 May 2026 00:33:55 -0700 (PDT)
Received: from stereo.hq.phicoh.net (stereo.hq.phicoh.net [IPv6:2a10:3781:2413:1:2a0:c9ff:fe9f:17a9]) (using TLSv1.2 with cipher ECDHE-ECDSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mail2.ietf.org (Postfix) with ESMTPS id AF826F08B767 for <dnsop@ietf.org>; Tue, 19 May 2026 00:33:54 -0700 (PDT)
Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305) (Smail #158) id m1wPExX-0000MtC; Tue, 19 May 2026 09:33:47 +0200
Message-Id: <m1wPExX-0000MtC@stereo.hq.phicoh.net>
To: dnsop@ietf.org
From: Philip Homburg <pch-dnsop-7@u-1.phicoh.com>
Sender: pch-b55F8B228@u-1.phicoh.com
References: <177909745942.498472.367328250069649855@dt-datatracker-7688897f84-l74h4> <916d3f5c-4e0f-4bdf-951d-da6d050b6528@ripe.net>
In-reply-to: Your message of "Mon, 18 May 2026 11:58:21 +0200 ." <916d3f5c-4e0f-4bdf-951d-da6d050b6528@ripe.net>
Date: Tue, 19 May 2026 09:33:46 +0200
Message-ID-Hash: 2LICPB43FA4UXALEG7LVWR255SJ4GA6F
X-Message-ID-Hash: 2LICPB43FA4UXALEG7LVWR255SJ4GA6F
X-MailFrom: pch-b55F8B228@u-1.phicoh.com
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-dnsop.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: Martin Pels <mpels@ripe.net>
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [DNSOP] Re: Fwd: New Version Notification for draft-pels-dnsop-axfr-notify-00.txt
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/Ql6ZFMetMArT9XMqryfPc8oQviM>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Owner: <mailto:dnsop-owner@ietf.org>
List-Post: <mailto:dnsop@ietf.org>
List-Subscribe: <mailto:dnsop-join@ietf.org>
List-Unsubscribe: <mailto:dnsop-leave@ietf.org>
> While working on draft-ietf-dnsop-dnssec-keyrestore[0] we found > that we needed to force secondary servers to perform an AXFR our > zone without checking the serial number in the SOA record. While > DNS implementations have knobs to force a transfer from the secondary > (e.g. "rndc retransfer" in BIND, "nsd-control force_transfer" in > NSD), there is currently no mechanism to make a primary server > force its secondaries to perform an AXFR without checking the > serial. The below draft introduces such a mechanism. > > We think this feature could be more widely beneficial for cases > where there is an inconsistency between the view of a zone on a > primary and a secondary server not under control of the same > operator. We'd love to hear what others think. I'm a bit worried what will happens if the graph that connects the nameservers is not a tree. 1) A secondary may receive multiple notifies. Without a SOA check the number of zone transfers may get out of hand. 2) A loop in this graph may cause an endless series of zone transfers. 3) A secondary could receive a notify but not know which upstream nameserver has a more recent version of the zone. I wonder, the SOA serial is an in band mechanism. Maybe it is easy enough to add an out of band mechanism. For example, we have the ZONEVERSION ENDS(0) option. Maybe that can be added to both the notify an and the AXFR request.
- [DNSOP] Fwd: New Version Notification for draft-p… Martin Pels
- [DNSOP] Re: DNSOPFwd: New Version Notification fo… Wes Hardaker
- [DNSOP] Re: Fwd: New Version Notification for dra… Philip Homburg
- [DNSOP] Re: Fwd: New Version Notification for dra… Martin Pels
- [DNSOP] Re: DNSOPFwd: New Version Notification fo… Martin Pels