+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
-// 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
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) :
-// 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