We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a385211 commit 702dd70Copy full SHA for 702dd70
templates/vm.xml.j2
@@ -51,7 +51,7 @@
51
<interface type='network'>
52
<source network='{{ interface.network }}'/>
53
{% endif %}
54
- {% if interface.mac %}
+ {% if interface.mac is defined %}
55
<mac address='{{ interface.mac }}'/>
56
57
{# if the network configuration is invalid this can still appear in the xml #}
0 commit comments