From: Razvan Becheriu Date: Mon, 17 Jun 2024 10:16:54 +0000 (+0300) Subject: [#3450] addressed review and added ChangeLog entry X-Git-Tag: Kea-2.7.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74b05fdcf3cc85100cda8f31ed859307a24e54b;p=thirdparty%2Fkea.git [#3450] addressed review and added ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index cb1b7c435d..2f6788a705 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/lib/dhcpsrv/tests/Makefile.am b/src/lib/dhcpsrv/tests/Makefile.am index eb2cd2630f..ac92958441 100644 --- a/src/lib/dhcpsrv/tests/Makefile.am +++ b/src/lib/dhcpsrv/tests/Makefile.am @@ -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)