From 83d65c3af15b46a2295bae69b3d32e0633617868 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 8 Jul 2022 16:04:10 +0200 Subject: [PATCH] [#2432] Added a note about no longer needing autogeneration --- src/lib/dns/rrparamregistry.cc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/lib/dns/rrparamregistry.cc b/src/lib/dns/rrparamregistry.cc index a8368b7a7a..23c63829b3 100644 --- a/src/lib/dns/rrparamregistry.cc +++ b/src/lib/dns/rrparamregistry.cc @@ -1,16 +1,18 @@ -/////////////// -/////////////// -/////////////// THIS FILE IS AUTOMATICALLY GENERATED BY gen-rdatacode.py. -/////////////// DO NOT EDIT! -/////////////// -/////////////// - // Copyright (C) 2010-2022 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +/// @file rrparamregistry.cc +/// +/// THIS FILE USED TO BE AUTOMATICALLY GENERATED BY gen-rdatacode.py. +/// Once this library was taken over by Kea project, we do not develop +/// the DNS capabilities anymore, as Kea focuses on DHCP, not DNS. +/// As such, we stopped adding new RR types as those we have are +/// sufficient. Therefore it's unlikely this file will ever be +/// regenerated. + #include #include