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

[#3450] addressed review and added ChangeLog entry

This commit is contained in:
Razvan Becheriu
2024-06-17 13:16:54 +03:00
parent a1ba3c6dff
commit b74b05fdcf
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2255. [bug] razvan
The environment is now inherited by kea-lfc when started by
the kea dhcp server.
(Gitlab #3450)
2254. [func] tmark
Added two API commands to Perfmon hook library:
"perfmon-control" which can be used to enable

View File

@@ -15,6 +15,9 @@ endif
CLEANFILES = *.gcno *.gcda
DISTCLEANFILES = test_libraries.h
DISTCLEANFILES += test_kea_lfc_env.sh
noinst_SCRIPTS = test_kea_lfc_env.sh
TESTS_ENVIRONMENT = $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)