Skip to content

Commit

Permalink
Update minigraph_meta.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosi authored Nov 22, 2024
1 parent b9dcc34 commit 18c67fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ansible/templates/minigraph_meta.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
<a:Reference i:nil="true"/>
<a:Value>Profile0</a:Value>
</a:DeviceProperty>
{% if 't2' in topo %}
{% if card_type is not defined or card_type != 'supervisor' %}
<a:DeviceProperty>
<a:Name>MacSecEnabled</a:Name>
<a:Reference i:nil="true"/>
{% if dut_index|int == 0 %}
<a:Value>True</a:Value>
{% else %}
<a:Value>False</a:Value>
{% endif %}
</a:DeviceProperty>
{% endif %}
{% endif %}
{% if 'dualtor' in topo %}
<a:DeviceProperty>
<a:Name>GeminiEnabled</a:Name>
Expand Down

0 comments on commit 18c67fc

Please sign in to comment.