]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2432] Added a note about no longer needing autogeneration
authorTomek Mrugalski <tomek@isc.org>
Fri, 8 Jul 2022 14:04:10 +0000 (16:04 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 8 Jul 2022 14:06:05 +0000 (16:06 +0200)
src/lib/dns/rrparamregistry.cc

index a8368b7a7aa69061c737b071ac9cb92ca98f3aec..23c63829b3b6319406ddfe8e478f6905bd5f720d 100644 (file)
@@ -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 <config.h>
 
 #include <cassert>