mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#3492] ChangeLog and cleanup
This commit is contained in:
@@ -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
|
Kea 2.7.1 (development) released on July 31, 2024
|
||||||
|
|
||||||
2268. [build] ravan
|
2268. [build] ravan
|
||||||
|
@@ -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
|
// 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
|
||||||
@@ -70,6 +70,8 @@ public:
|
|||||||
isc::Exception(file, line, what) { };
|
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 {
|
class OptionParseError : public Exception {
|
||||||
public:
|
public:
|
||||||
OptionParseError (const char* file, size_t line, const char* what) :
|
OptionParseError (const char* file, size_t line, const char* what) :
|
||||||
|
@@ -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
|
// 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
|
||||||
|
Reference in New Issue
Block a user