NEWS: Mention systemd-resolved support in network driver

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Jiri Denemark 2024-02-01 21:56:45 +01:00
parent 43c0325b10
commit d03e6c8536

View File

@ -23,6 +23,13 @@ v10.1.0 (unreleased)
Additionally, if CPU clusters are present in the host topology, they will Additionally, if CPU clusters are present in the host topology, they will
be reported as part of the capabilities XML. be reported as part of the capabilities XML.
* network: Make virtual domains resolvable from the host
When starting a virtual network with a new ``register='yes'`` attribute
in the ``<domain>`` element, libvirt will configure ``systemd-resolved``
to resolve names of the connected guests using the name server started
for this network.
* **Improvements** * **Improvements**
* **Bug fixes** * **Bug fixes**