File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
Kea 2.7.1 (development) released on July 31, 2024
2
8
3
9
2268. [build] ravan
Original file line number Diff line number Diff line change 1
- // Copyright (C) 2011-2022 Internet Systems Consortium, Inc. ("ISC")
1
+ // Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
2
2
//
3
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -70,6 +70,8 @@ class SkipThisOptionError : public Exception {
70
70
isc::Exception (file, line, what) { };
71
71
};
72
72
73
+ // / @brief Wrapper exception thrown by unpackOptionsX functions to
74
+ // / add option type and len to the underlying error.
73
75
class OptionParseError : public Exception {
74
76
public:
75
77
OptionParseError (const char * file, size_t line, const char * what) :
Original file line number Diff line number Diff line change 1
- // Copyright (C) 2012-2023 Internet Systems Consortium, Inc. ("ISC")
1
+ // Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
2
2
//
3
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
You can’t perform that action at this time.
0 commit comments