From dc432f4ab744bab7f5048f6b12e57f3b243cfd0e Mon Sep 17 00:00:00 2001 From: Julio Faracco Date: Thu, 23 Apr 2020 20:56:51 -0300 Subject: [PATCH] news: Include new DHCP network feature This commit includes an entry for new network DHCP lease time information inside news.xml. Signed-off-by: Julio Faracco Reviewed-by: Michal Privoznik --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 87786631ac..5835013c19 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -99,6 +99,16 @@ io='io_uring' of disk XML. + + + Lease time option included for network DHCP settings + + + Users can now configure expiry time for leases for networks where + libvirt manages DHCP. The time can be specified for whole range + and/or fine tuned per individual host. + +
-- GitLab