2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#3492] ChangeLog and cleanup

This commit is contained in:
Thomas Markwalder
2024-08-06 13:21:27 +00:00
parent da923051fa
commit f9341ca3bc
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2269. [func] tmark
Extended kea-dhcp4 and kea-dhcp6 lenient option parsing
to drop options which contain malformed FQDNs such as
DHO_V4_LOST_SERVER and D6O_V6_ACCESS_DOMAIN.
(Gitlab #3492)
Kea 2.7.1 (development) released on July 31, 2024
2268. [build] ravan

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2011-2024 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
@@ -70,6 +70,8 @@ public:
isc::Exception(file, line, what) { };
};
/// @brief Wrapper exception thrown by unpackOptionsX functions to
/// add option type and len to the underlying error.
class OptionParseError : public Exception {
public:
OptionParseError (const char* file, size_t line, const char* what) :

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2012-2024 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