Francis Dupont
cbdf2b5728
[ #226 ] Added getOccupancyRate
2025-08-20 17:39:15 +02:00
Francis Dupont
284c7f5855
[ #226 ] Added UTs for the new parameter
2025-08-20 17:39:15 +02:00
Francis Dupont
f98c30e4a8
[ #226 ] Added set/getAdaptiveLeaseTimeThreshold
2025-08-20 17:39:15 +02:00
Francis Dupont
b55feb15a8
[ #226 ] Finished adaptive-lease-time-threshold global
2025-08-20 17:39:15 +02:00
Francis Dupont
7f34f80f9e
[ #226 ] Added adaptive-lease-time-threshold
2025-08-20 17:39:15 +02:00
Ben Scott
812ce8789f
Add link to detail doc
2025-08-20 10:54:11 +03:00
Ben Scott
26255f80ee
Remove text about obsolete docs
...
The wiki page is obsolete and apparently not worth updating.
No replacement is available.
Just delete the entire sentence.
2025-08-20 10:54:11 +03:00
Francis Dupont
b5cf3a4204
[ #4049 ] Fixed compile
2025-08-15 13:10:54 +00:00
Thomas Markwalder
6331acdcbf
[ #4047 ] Added a UT
...
added change log file
/src/bin/dhcp4/tests/classify_unittest.cc
TEST_F(ClassifyTest, earlySubnetNoFallback) - new test
2025-08-15 12:56:26 +00:00
Thomas Markwalder
1116c1f0f8
[ #4047 ] Remove early call to selectSubnet
...
/src/bin/dhcp4/dhcp4_srv.*
Dhcpv4Srv::selectSubnet()
Dhcpv4Srv::selectSubnet4o6()
- remvoed sanity_only mode
Dhcpv4Srv::assignLease() - return without NAK on
non-matching rebind
Dhcpv4Srv::acceptDirectRequest() - remove call to selectSubnet()
/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
/src/bin/dhcp4/tests/direct_client_unittest.cc
/src/bin/dhcp4/tests/dora_unittest.cc
/src/bin/dhcp4/tests/shared_network_unittest.cc
Updated tests
2025-08-15 12:56:26 +00:00
Thomas Markwalder
0cd8b8dc0f
[ #4049 ] Fixed comment
...
modified: d2_process.h
2025-08-14 13:15:52 +00:00
Razvan Becheriu
b9541b8304
[ #4049 ] fixed doxygen
2025-08-14 13:15:52 +00:00
Thomas Markwalder
781c9fec5c
[ #4049 ] Added a change log entry file
...
new file: 4049-d2-hooks-may-not-have-their-ioservice-s-poll-method-called-frequently-enough
2025-08-14 13:15:52 +00:00
Thomas Markwalder
7423811466
[ #4049 ] Added wait time constant and a UT
...
modified: src/bin/d2/d2_process.cc
modified: src/bin/d2/d2_process.h
modified: src/lib/asiolink/tests/io_service_unittest.cc
2025-08-14 13:15:52 +00:00
Thomas Markwalder
688d0fd67e
[ #4049 ] Preliminary commit
...
/src/bin/d2/d2_process.cc
D2Process::runIO() - use new IOService::runOneFor()
/src/lib/asiolink/io_service.*
IOServcie::runOneFor() - new func
/src/lib/asiolink/io_service_mgr.*
IOServiceMgr::pollIOServices() - return count of
handlers executed
/src/lib/asiolink/tests/io_service_unittest.cc
TEST(IOService, runOneFor) - new test
2025-08-14 13:15:52 +00:00
Razvan Becheriu
5a3fbb5dd5
[ #3931 ] fixed hammer sysrepo version
2025-08-12 12:19:35 +03:00
Andrei Pavel
efa46d73cc
[ #3931 ] Update libyang and sysrepo to git tags
2025-08-12 12:19:35 +03:00
Andrei Pavel
83edc4b568
[ #3931 ] Update libyang and sysrepo to fixed versions
2025-08-12 12:19:35 +03:00
Razvan Becheriu
7d2198977e
[ #3931 ] addressed reviw comments
2025-08-12 12:19:35 +03:00
Razvan Becheriu
3797f803d6
[ #3931 ] fixed unit tests
2025-08-12 12:19:35 +03:00
Andrei Pavel
d6cda7da63
[ #3931 ] Update NETCONF dependencies to v3
2025-08-12 12:19:35 +03:00
Andrei Pavel
5f50fffd9b
[ #3931 ] Use double quotes with @datarootdir@
...
Because it expands to shell variables like "${prefix}"
2025-08-12 12:19:35 +03:00
Razvan Becheriu
80c7cc97f6
[ #3984 ] updated docs regarding kea-dhcp6-serverid and KEA_DHCP_DATA_DIR
2025-08-11 04:58:45 +00:00
Razvan Becheriu
6eac84f28b
[ #4007 ] added new ssl errors to unit tests
2025-08-06 15:52:03 +03:00
Razvan Becheriu
f89b3898b3
[ #3861 ] added ChangeLog entry
2025-08-05 17:17:31 +03:00
Razvan Becheriu
a12da4f9fd
[ #3861 ] allow containers in vendor options
2025-08-04 22:39:17 +03:00
Thomas Markwalder
6a10ce215b
[ #3949 ] Address review comments
...
Fixed a typo in src/lib/dhcpsrv/tests/d2_client_unittest.cc
2025-08-04 13:03:29 +00:00
Thomas Markwalder
05159da108
[ #3949 ] Do not add suffix to qualifed host names
...
/src/bin/dhcp4/tests/host_unittest.cc
/src/bin/dhcp6/tests/host_unittest.cc
Updated tests
/src/lib/dhcpsrv/d2_client_mgr.cc
D2ClientMgr::qualifyName() - don't add suffix to
names that end with a dot.
/src/lib/dhcpsrv/d2_client_mgr.h
D2ClientMgr::adjustDomainName() - strip trailing dots
from T::PARTIAL FQDNs before calling qualifyName()
/src/lib/dhcpsrv/tests/d2_client_unittest.cc
TEST_F(D2ClientMgrParamsTest, qualifyName) - updated
2025-08-04 13:03:29 +00:00
Andrei Pavel
cc5a3e30c8
[ #4038 ] Bump up version in meson.build to 3.1.1-git
2025-08-03 17:27:03 +03:00
Razvan Becheriu
67f31db3e8
[ #3826 ] addressed review comments
2025-07-31 14:22:37 +00:00
Razvan Becheriu
66a216e62d
[3826] addressed review comments
2025-07-31 14:22:37 +00:00
Razvan Becheriu
4c40c4e025
[ #3826 ] Implemented lease6-get-by-hw-address command.
2025-07-31 14:22:37 +00:00
Vicky Risk
8da73b894a
Edit release_checklist.md to add an item to update the security versions on...
2025-07-31 15:44:36 +03:00
Thomas Markwalder
15d5daa9b1
[ #4014 ] Fixed change log entry file
...
modified: changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope
2025-07-30 15:14:30 -04:00
Thomas Markwalder
37ed556d51
[ #4014 ] Fixed change log typo
...
modified: ChangeLog
2025-07-30 15:13:05 -04:00
Razvan Becheriu
be9faa8f0d
[ #4014 ] addressed review comments
2025-07-30 16:44:26 +03:00
Thomas Markwalder
836db67289
[ #4014 ] Added Changelog file
...
new file: changelog_unreleased/4014-v6-fix-cb-command-behavior-for-mulitple-options-with-the-same-code-in-a-given-scope
2025-07-29 09:37:46 -04:00
Thomas Markwalder
9ee137c846
[ #4014 ] Core and UT for v6 option class-tags
...
Changes to be committed:
modified: doc/sphinx/arm/hooks-cb-cmds.rst
modified: src/hooks/dhcp/mysql/mysql_cb_dhcp6.cc
modified: src/hooks/dhcp/mysql/mysql_cb_dhcp6.h
modified: src/hooks/dhcp/mysql/mysql_cb_impl.cc
modified: src/hooks/dhcp/mysql/tests/mysql_cb_dhcp6_unittest.cc
modified: src/hooks/dhcp/pgsql/pgsql_cb_dhcp6.cc
modified: src/hooks/dhcp/pgsql/pgsql_cb_dhcp6.h
modified: src/hooks/dhcp/pgsql/pgsql_cb_impl.cc
modified: src/hooks/dhcp/pgsql/tests/pgsql_cb_dhcp6_unittest.cc
modified: src/lib/dhcpsrv/config_backend_dhcp6.h
modified: src/lib/dhcpsrv/config_backend_pool_dhcp6.cc
modified: src/lib/dhcpsrv/config_backend_pool_dhcp6.h
modified: src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.h
modified: src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
modified: src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.h
modified: src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.cc
modified: src/lib/dhcpsrv/testutils/test_config_backend_dhcp4.h
modified: src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.cc
modified: src/lib/dhcpsrv/testutils/test_config_backend_dhcp6.h
modified: src/share/api/remote-option4-global-del.json
modified: src/share/api/remote-option4-global-get.json
modified: src/share/api/remote-option4-global-set.json
modified: src/share/api/remote-option4-network-del.json
modified: src/share/api/remote-option4-network-set.json
modified: src/share/api/remote-option4-pool-del.json
modified: src/share/api/remote-option4-pool-set.json
modified: src/share/api/remote-option4-subnet-del.json
modified: src/share/api/remote-option4-subnet-set.json
modified: src/share/api/remote-option6-global-del.json
modified: src/share/api/remote-option6-global-get.json
modified: src/share/api/remote-option6-global-set.json
modified: src/share/api/remote-option6-network-del.json
modified: src/share/api/remote-option6-network-set.json
modified: src/share/api/remote-option6-pd-pool-del.json
modified: src/share/api/remote-option6-pd-pool-set.json
modified: src/share/api/remote-option6-pool-del.json
modified: src/share/api/remote-option6-pool-set.json
modified: src/share/api/remote-option6-subnet-del.json
2025-07-29 08:30:06 -04:00
Andrei Pavel
4c81b194b9
[ #4031 ] Convert some leftover docs from autotools to meson
Kea-3.1.0
2025-07-28 10:31:47 +03:00
Andrei Pavel
fca00ed798
[ #4031 ] Add entry in SECURITY.md
2025-07-28 10:18:45 +03:00
Andrei Pavel
9dea33eef5
[ #4031 ] Tweak ChangeLog
2025-07-28 09:15:31 +03:00
Andrei Pavel
621aa2d783
[ #4031 ] Additional updates to copyright dates
2025-07-28 09:11:07 +03:00
Andrei Pavel
e64b3a879b
[ #4031 ] release changes
2025-07-24 20:51:44 +03:00
Razvan Becheriu
e933b13a86
[ #4030 ] bump up library versions for 3.1.0 release
2025-07-24 18:41:12 +03:00
Razvan Becheriu
2a8385c6c3
[ #3944 ] added ChangeLog entry
2025-07-24 16:35:35 +03:00
Razvan Becheriu
0638e4e516
[ #3944 ] addressed review comments
2025-07-24 13:59:55 +03:00
Razvan Becheriu
00d2434ae3
[ #3944 ] add support for CB global scalar lists
2025-07-24 13:41:29 +03:00
Thomas Markwalder
9bc3a19486
[ #3770 ] Addressed comments
2025-07-23 16:57:06 -04:00
Thomas Markwalder
9dfad9bb0b
[ #3770 ] Minor correction to hash input value.
...
Use non-empy delimiter.
modified: ../classify.cc
modified: classify_unittest.cc
2025-07-23 14:19:51 -04:00
Thomas Markwalder
3b9c32932c
[ #3770 ] Add hashing to CfgOption
...
modified: src/lib/dhcp/classify.cc
modified: src/lib/dhcp/classify.h
modified: src/lib/dhcp/tests/classify_unittest.cc
modified: src/lib/dhcpsrv/cfg_option.h
2025-07-23 13:29:27 -04:00