diff --git a/ansible/templates/minigraph_dpg.j2 b/ansible/templates/minigraph_dpg.j2 index 3ccf2709932..b9676f14660 100644 --- a/ansible/templates/minigraph_dpg.j2 +++ b/ansible/templates/minigraph_dpg.j2 @@ -32,9 +32,17 @@ V6HostIP eth0 +{% if ansible_hostv6 is defined %} {{ ansible_hostv6 }}/64 +{% else %} + FC00:2::32/64 +{% endif %} +{% if ansible_hostv6 is defined %} {{ ansible_hostv6 }}/64 +{% else %} + FC00:2::32/64 +{% endif %}