From a516d3e4d583e5edf1fc43614e002679f2bfe0c8 Mon Sep 17 00:00:00 2001 From: David Johnson <45955631+davidj-nefeli@users.noreply.github.com> Date: Thu, 16 May 2019 18:12:31 -0700 Subject: [PATCH] Added support for explicit mac addresses. --- templates/vm-template.xml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/vm-template.xml.j2 b/templates/vm-template.xml.j2 index dd2a584..f615884 100644 --- a/templates/vm-template.xml.j2 +++ b/templates/vm-template.xml.j2 @@ -42,6 +42,9 @@ {% elif int['portgroup'] is defined %} {% endif %} +{% if int['mac'] is defined %} + +{% endif %} {% if int['slot'] is defined %}
{% endif %}