fix: honor libvirt network config, preserve DHCP DNS with search-only NM config, and exact-match Xen VM names

This commit is contained in:
2026-02-11 14:00:20 +01:00
parent e5d2720bfe
commit 8c0716508e
4 changed files with 10 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ method=auto
{% if dns_list %}
dns={{ dns_list | join(';') }}
{% endif %}
{% if dns_list or search_list %}
{% if dns_list %}
ignore-auto-dns=true
{% endif %}
{% if search_list %}