You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://libvirt.org/formatnetwork.html#addressing specifies dns is disabled only if
enable="no", but if omitted, it is enabled by default.
However, it claims if disabled, it would ignore the dns entries, but in reality
it fails with "error: XML error: Extra data in disabled network".
This change makes:
- if enabled is omitted, we use the libvirt default
- we only add dns information to the xml if enabled
0 commit comments