Skip to content

Commit f9341ca

Browse files
committed
[#3492] ChangeLog and cleanup
1 parent da92305 commit f9341ca

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2269. [func] tmark
2+
Extended kea-dhcp4 and kea-dhcp6 lenient option parsing
3+
to drop options which contain malformed FQDNs such as
4+
DHO_V4_LOST_SERVER and D6O_V6_ACCESS_DOMAIN.
5+
(Gitlab #3492)
6+
17
Kea 2.7.1 (development) released on July 31, 2024
28

39
2268. [build] ravan

src/lib/dhcp/option.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -70,6 +70,8 @@ class SkipThisOptionError : public Exception {
7070
isc::Exception(file, line, what) { };
7171
};
7272

73+
/// @brief Wrapper exception thrown by unpackOptionsX functions to
74+
/// add option type and len to the underlying error.
7375
class OptionParseError : public Exception {
7476
public:
7577
OptionParseError (const char* file, size_t line, const char* what) :

src/lib/dhcp/tests/option_custom_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)