[PATCH v2] news: Include new DHCP network <lease/> feature

Julio Faracco posted 1 patch 4 years ago
Test syntax-check failed
Failed in applying to current master (apply log)
docs/news.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
[PATCH v2] news: Include new DHCP network <lease/> feature
Posted by Julio Faracco 4 years ago
This commit includes an entry for new network DHCP lease time
information inside news.xml.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
---
 docs/news.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 956018b512..9c36f3bd51 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -88,6 +88,16 @@
           hotplugging PCI devices.
         </description>
       </change>
+      <change>
+        <summary>
+          Lease time option included for network DHCP settings
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>
-- 
2.25.3


Re: [PATCH v2] news: Include new DHCP network <lease/> feature
Posted by Michal Privoznik 4 years ago
On 4/24/20 1:56 AM, Julio Faracco wrote:
> This commit includes an entry for new network DHCP lease time
> information inside news.xml.
> 
> Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
> ---
>   docs/news.xml | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 


Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed. Thanks for taking care of this.

Michal