2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

109 Commits

Author SHA1 Message Date
Thomas Markwalder
11504bff67 [#3811] Return sn name in subnet lists commands
/doc/sphinx/arm/hooks-subnet-cmds.rst
    Updated doc to include shared-network-name in returns

/src/hooks/dhcp/subnet_cmds/subnet_cmds.cc
    subnetToElement() - now optionally inserts the shared network name

/src/hooks/dhcp/subnet_cmds/tests/subnet4_cmds_unittest.cc
/src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
/src/hooks/dhcp/subnet_cmds/tests/subnet6_cmds_unittest.cc
    updated tests

added change log entry
2025-04-02 09:37:01 -04:00
Thomas Markwalder
db3a2910ad [#3555] Fixed changelog 2025-03-26 16:47:14 +00:00
Thomas Markwalder
cf371a2d2d [#3555] Cleanups and Changelog
Added Changelog entry
/src/lib/dhcpsrv/alloc_engine.cc
/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    Minor cleanups
2025-03-26 16:47:14 +00:00
Thomas Markwalder
d67caa3049 [#3748] Updated ARM
new file: 3748-option-data-in-classes-without-only-in-additional-list-true-have-unexpected-precedence
modified:   ../doc/sphinx/arm/classify.rst
2025-03-26 15:17:29 +00:00
Thomas Markwalder
5bb91c777f [#3781] Append zero to generated v6 FQDNs
/doc/sphinx/arm/dhcp6-srv.rst
    Updated the arm

/src/lib/dhcpsrv/d2_client_mgr.cc
    D2ClientMgr::generateFqdn() - modified to append zero
    to names that end in hyphen.

/src/lib/dhcpsrv/tests/d2_client_unittest.cc
    TEST_F(D2ClientMgrParamsTest, generateFqdn) - updated test
2025-03-25 15:35:56 -04:00
Marcin Godzina
108a9e2485 [#3816] release changes 2025-03-21 20:04:50 +01:00
Francis Dupont
ac528239bd [#3802] Checkpoint 2025-03-20 13:01:01 +01:00
Francis Dupont
8592cc6be7 [#3731] Some fixes 2025-03-18 15:20:06 +01:00
Andrei Pavel
4e5b258f5e [#3731] Add ChangeLog entry 2025-03-18 15:37:24 +02:00
Thomas Markwalder
ca7e3797d7 [#3693] Fixed changelog 2025-03-11 10:03:34 -04:00
Thomas Markwalder
04f61c8758 [#3693] Skip reclamation when service is disabled
/src/bin/dhcp4/ctrl_dhcp4_srv.cc
    ControlledDhcpv4Srv::reclaimExpiredLeases()
    ControlledDhcpv4Srv::deleteExpiredReclaimedLeases()
    - do nothing but reschedule the timer when DHCP service
    is disabled

/src/bin/dhcp4/dhcp4_messages.mes
    DHCP4_RECLAIM_EXPIRED_LEASES_SKIPPED - new log message

/src/bin/dhcp4/tests/kea_controller_unittest.cc
    TEST_F(JSONFileBackendTest, reclaimOnlyWhenServiceEnabled) - new test

/src/bin/dhcp6/ctrl_dhcp6_srv.cc
    ControlledDhcpv6Srv::reclaimExpiredLeases()
    ControlledDhcpv6Srv::deleteExpiredReclaimedLeases()
    - do nothing but reschedule the timer when DHCP service
    is disabled

/src/bin/dhcp6/dhcp6_messages.mes
    DHCP6_RECLAIM_EXPIRED_LEASES_SKIPPED  - new log message

/src/bin/dhcp6/tests/kea_controller_unittest.cc
    TEST_F(JSONFileBackendTest, reclaimOnlyWhenServiceEnabled) - new test
2025-03-11 07:51:48 -04:00
Francis Dupont
39465743d2 [#3683] Some fixes and improvements 2025-03-04 22:49:13 +01:00
Thomas Markwalder
3e9e1b1999 [#3747] Updated ARM
/doc/sphinx/arm/classify.rst

/src/lib/dhcpsrv/cfg_option.h
    CfgOption::allowedForClientClasses()
     - rewrote to use existing hash index and optimized

/src/lib/dhcpsrv/tests/cfg_option_unittest.cc
    TEST_F(CfgOptionTest, allowedForClientClasses)
    - Added case for option not found

Added change log entry file
2025-03-04 15:24:28 +00:00
Thomas Markwalder
68484ade70 [#3463] Addressed most of review comments 2025-02-18 18:54:19 +00:00
Thomas Markwalder
078100ec8e [#3463} Fix Changelog indent 2025-02-18 18:54:19 +00:00
Thomas Markwalder
69380a93fd [#3463] Updated ARM
new file:
    changelog_unreleased/3463-optionally-store-response-dhcp-options-in-lease-user-context

modified:
    doc/sphinx/arm/hooks-lease-cmds.rst
2025-02-18 18:54:19 +00:00
Andrei Pavel
dddcef9136 [#3666] add ChangeLog entry 2025-02-12 15:09:28 +02:00
Andrei Pavel
adcefbfb05 [#3711] Add ChangeLog entry 2025-02-01 20:07:57 +02:00
Wlodek Wencel
c524f6a5db [#3733] release changes 2025-01-28 10:06:26 +01:00
Francis Dupont
3e62a8e63e [#3398] Fixed ChangeLog entry 2025-01-27 15:33:33 +01:00
Francis Dupont
d8927bed1e [#3398] Added a ChangeLog entry 2025-01-27 15:13:41 +01:00
Marcin Siodelski
63b0786b8c [#3649] Fixed a typo in the ChangeLog 2025-01-23 09:03:59 +00:00
Marcin Siodelski
674b22cf8d [#3649] Added Changelog for #3649 2025-01-23 09:03:59 +00:00
Thomas Markwalder
b9372f45b8 [#3049] Added changelog entry file
new file:
    changelog_unreleased/3049-permit-ddns-qualifying-suffix-option-in-pool-scope
2025-01-22 15:24:25 +00:00
Francis Dupont
32e6e677ea [#3699] Rebased and added ChangeLog entry 2025-01-22 16:04:25 +01:00
Francis Dupont
92e28ab3c0 [#3696] Updated ChangeLog 2025-01-15 22:17:24 +01:00
Andrei Pavel
0bbb2e90a8 [#3696] Add ChangeLog entry 2025-01-15 21:13:02 +02:00
Andrei Pavel
7f2fcc9425 [#3530] Address review
- Fix bad substitution.
2025-01-10 18:53:11 +02:00
Andrei Pavel
079e0352ae [#3530] Address review
- Add @ to suppress Makefile output.
- Warn about file already existing and exit.
- Use template file as base.
2025-01-10 17:47:16 +02:00
Andrei Pavel
4c0a08be3b [#3530] add add-changelog-entry Makefile rule 2025-01-10 15:16:00 +02:00
Marcin Godzina
a7bcf01ace [#3686] release changes 2024-12-06 19:57:06 +01:00
Marcin Siodelski
d2a50cdb4e [#3577] Added ChangeLog for #3577 2024-12-05 14:51:21 +01:00
Francis Dupont
9ca75464f8 [#3255] Added a changelog file 2024-12-03 15:23:10 +01:00
Francis Dupont
9505af0293 [#3674] Fixed 3661 entry 2024-11-28 19:07:56 +01:00
Andrei Pavel
62013e98fd [#3652] add ChangeLog entry 2024-11-28 10:16:58 +02:00
Piotrek Zadroga
eb76423701 [#3661] addressed review comments 2024-11-25 20:17:57 +00:00
Piotrek Zadroga
5db1085c84 [#3661] add ChangeLog entry 2024-11-25 20:17:57 +00:00
Wlodek Wencel
3d0a05c38c [#3646] release changes 2024-10-29 12:53:12 +01:00
Francis Dupont
6a25dd726e [#3404] Added doc 2024-10-28 11:26:17 +00:00
Andrei Pavel
879dc32cdd [#3605] Add changelog entry 2024-10-25 09:18:43 +03:00
Razvan Becheriu
3deadfd3c6 [#2974] minor changes 2024-10-23 17:42:09 +03:00
Francis Dupont
2f5d06caf1 [#2974] Finished v6, tests and doc 2024-10-23 17:42:09 +03:00
Tomek Mrugalski
5fd6a79eeb [#3582] Tab fix in changelog 2024-10-23 10:29:32 +00:00
Tomek Mrugalski
2aadfb072a [#3582] ChangeLog added 2024-10-23 10:29:32 +00:00
Francis Dupont
f98ee6fe36 [#3552] Updated ChangeLog entry 2024-10-11 15:20:20 +02:00
Francis Dupont
7e3f7bab50 [#3552] Added a ChangeLog entry 2024-10-11 15:20:20 +02:00
Francis Dupont
9a3dd31864 [#3588] Addressed comments 2024-10-11 10:18:01 +02:00
Francis Dupont
dc8af16a6e [#3588] Modified no test required classes 2024-10-11 10:18:01 +02:00
Francis Dupont
8263915af3 [#3585] Completed changelog 2024-10-09 16:25:04 +02:00
Francis Dupont
b59fa857eb [#3585] Added config in changelog 2024-10-09 16:25:04 +02:00