From b4a19c256d9b6197dc93ba26ed0aa1d64fb15e60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 28 Nov 2024 09:28:03 +0100 Subject: [PATCH] pdnsutil edit-zone: Emit the updated SOA serial After a change to a zone pdnsutil offers to increase the serial. Similar to `pdnsutil increase-serial` inform the user about the actual value of the new serial if the increase was agreed to. --- pdns/pdnsutil.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 7b30167cb7..90d309d416 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1338,6 +1338,7 @@ static int editZone(const DNSName &zone, const PDNSColors& col) { changed[{dr.d_name, dr.d_type}]+=str.str(); grouped[{dr.d_name, dr.d_type}].at(0) = dr; + cout<