mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#2432] Added a note about no longer needing autogeneration
This commit is contained in:
@@ -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")
|
// Copyright (C) 2010-2022 Internet Systems Consortium, Inc. ("ISC")
|
||||||
//
|
//
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
// 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
|
// 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, 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 <config.h>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
Reference in New Issue
Block a user