Skip to content

Commit 62169d8

Browse files
committed
[#3263] release changes
1 parent 6975926 commit 62169d8

File tree

125 files changed

+142
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+142
-141
lines changed

AUTHORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Primary developers:
1616
- Thomas Markwalder (DDNS, user_chk, global host reservations, stat commands,
1717
congestion handling, config backend, multi-threading mode
1818
of high availability, forensic logging, leasequery,
19-
ddns_tuning, bulk leasequery, ping-check)
19+
ddns_tuning, bulk leasequery, ping-check, perfmon)
2020
- Wlodek Wencel (testing, release engineering, hammer, perfdhcp)
2121
- Francis Dupont (crypto, flex/bison parsers, perfdhcp, control agent,
2222
radius, netconf, config backend, multi-threading,
@@ -30,7 +30,7 @@ Primary developers:
3030
radius, release engineering, shell scripts, testing, limits,
3131
statistics)
3232
- Peter Davies (documentation)
33-
- Slawek Figiel (documentation, host reservations)
33+
- Slawek Figiel (documentation, host reservations, perfdhcp)
3434
- Marcin Godzina (documentation, release engineering, testing)
3535
- Piotrek Zadroga (documentation, options handling, perfdhcp, ping-check,
3636
host_cmds)

ChangeLog

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
Kea 2.5.6 (development) released on February 28, 2024
2+
13
2209. [build] razvan
24
The library version numbers have been bumped up for the Kea 2.5.6
35
development release.
46
(Gitlab #3261)
57

68
2208. [func] piotrek
79
Kea now supports DNR options as specified in RFC9463,
8-
RFC9461, RFC9460. Option may be configured using
10+
RFC9461, RFC9460. The option may be configured using
911
convenient notation, where Kea takes care of complex
1012
option encoding to be inline with RFCs.
1113
(Gitlab #3141)
@@ -16,7 +18,7 @@
1618
backend configured and if the configured database is empty.
1719
(Gitlab #3025)
1820

19-
2206. [func] tmark
21+
2206. [func] tmark
2022
Perfmon hook library now dumps the packet event stack
2123
of query packets to debug logging after they have been
2224
processed.

doc/sphinx/arm/hooks-ddns-tuning.rst

+1-1

doc/sphinx/arm/logging.rst

+2-3

doc/sphinx/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = 'Kea'
26-
copyright = '2019-2023, Internet Systems Consortium'
26+
copyright = '2019-2024, Internet Systems Consortium'
2727
author = 'Internet Systems Consortium'
2828

2929
# get current kea version

src/bin/admin/tests/admin_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2021-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/admin/tests/memfile_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/agent/tests/ca_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/tests/d2_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/tests/testdata/d2_cfg_tests.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
1+
# Copyright (C) 2014-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

src/bin/dhcp4/dhcp4_hooks.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-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

src/bin/dhcp4/dhcp4_parser.yy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
1+
/* Copyright (C) 2016-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

src/bin/dhcp4/tests/dhcp4_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/dhcp6_hooks.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-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

src/bin/dhcp6/dhcp6_lexer.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
1+
/* Copyright (C) 2016-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

src/bin/dhcp6/dhcp6_messages.mes

+1-1
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

src/bin/dhcp6/dhcp6_parser.yy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
1+
/* Copyright (C) 2016-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

src/bin/dhcp6/dhcp6_srv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2011-2023 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

src/bin/dhcp6/tests/classify_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2016-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

src/bin/dhcp6/tests/dhcp6_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/dhcp6_test_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-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

src/bin/keactrl/keactrl.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2022 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/keactrl/tests/keactrl_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/netconf/tests/shtests/netconf_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/perfdhcp/avalanche_scen.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2021 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

src/bin/perfdhcp/avalanche_scen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2019,2021 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

src/bin/shell/tests/basic_auth_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2020-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/shell/tests/shell_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/shell/tests/tls_ca_process_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/bootp/libloadtests/load_unload_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-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

src/hooks/dhcp/lease_cmds/libloadtests/load_unload_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-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

src/hooks/dhcp/mysql_cb/libloadtests/load_unload_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-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

src/hooks/dhcp/perfmon/libloadtests/run_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the End User License
44
// Agreement. See COPYING file in the premium/ directory.

src/hooks/dhcp/perfmon/perfmon_messages.mes

+13-13
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ the log message.
99
This info message indicates that the PerfMon hooks library has been
1010
removed successfully.
1111

12-
% PERFMON_INIT_FAILED loading PerfMon hooks library failed: %1
13-
This error message indicates an error during loading the PerfMon
14-
hooks library. The details of the error are provided as argument of
15-
the log message.
16-
17-
% PERFMON_INIT_OK loading PerfMon hooks library successful
18-
This info message indicates that the PerfMon hooks library has been
19-
loaded successfully. Enjoy!
20-
2112
% PERFMON_DHCP4_PKT_EVENTS query: %1 events=[%2]
2213
This debug message is emitted after an inbound DHCPv4 query has been
2314
processed, the arguments are the query label and the dump of the
@@ -30,14 +21,23 @@ the timestamp a packet was received by the kernel for recording
3021
SOCKET_RECEIVED events. If it does not, perfmon will still function but
3122
will not have data available to determine kernel buffer wait times.
3223

24+
% PERFMON_DHCP6_PKT_EVENTS query: %1 events=[%2]
25+
The debug message is emitted after an inbound DHCPv6 query has been
26+
processed, the arguments are the query label and the dump of the
27+
query's packet event stack.
28+
3329
% PERFMON_DHCP6_SOCKET_RECEIVED_TIME_SUPPORT Kernel supports socket received time? %1
3430
This debug message is emitted after a (re)configuration and indicates
3531
whether or not the packet filter being used by kea-dhcp6 can supply
3632
the timestamp a packet was received by the kernel for recording
3733
SOCKET_RECEIVED events. If it does not, perfmon will still function but
3834
will not have data available to determine kernel buffer wait times.
3935

40-
% PERFMON_DHCP6_PKT_EVENTS query: %1 events=[%2]
41-
The debug message is emitted after an inbound DHCPv6 query has been
42-
processed, the arguments are the query label and the dump of the
43-
query's packet event stack.
36+
% PERFMON_INIT_FAILED loading PerfMon hooks library failed: %1
37+
This error message indicates an error during loading the PerfMon
38+
hooks library. The details of the error are provided as argument of
39+
the log message.
40+
41+
% PERFMON_INIT_OK loading PerfMon hooks library successful
42+
This info message indicates that the PerfMon hooks library has been
43+
loaded successfully. Enjoy!

src/hooks/dhcp/perfmon/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 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

src/hooks/dhcp/pgsql_cb/libloadtests/load_unload_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-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

src/hooks/dhcp/stat_cmds/libloadtests/load_unload_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-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

src/lib/asiolink/process_spawn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-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

src/lib/asiolink/tests/process_spawn_app.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2015-2021 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/cryptolink/botan_link.cc

+1-1
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

src/lib/cryptolink/crypto_rng.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-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

src/lib/cryptolink/crypto_rng.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-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

src/lib/cryptolink/cryptolink.cc

+1-1
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

src/lib/cryptolink/cryptolink.h

+1-1
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

src/lib/database/database_connection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-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

src/lib/dhcp/dhcp6.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2006-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2006-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

src/lib/dhcp/iface_mgr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2011-2023 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

src/lib/dhcp/option4_dnr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2023-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

src/lib/dhcp/option6_dnr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2023-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)