Skip to content

Commit

Permalink
[topology]: Update t1-64-lag topology template to add AclInterfaces p…
Browse files Browse the repository at this point in the history
…iece (#505)

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and lguohan committed Mar 13, 2018
1 parent b8319f8 commit 94841e3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ansible/templates/topo/t1-64-lag.j2
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,20 @@
{% endfor %}
</IPInterfaces>
<DataAcls/>
<AclInterfaces/>
<AclInterfaces>
<AclInterface>
<AttachTo>
{{ port_alias|join(";") }}
</AttachTo>
<InAcl>DataAcl</InAcl>
</AclInterface>
<AclInterface>
<AttachTo>
ERSPAN
</AttachTo>
<InAcl>Everflow</InAcl>
</AclInterface>
</AclInterfaces>
<DownstreamSummaries/>
<DownstreamSummarySet xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</DeviceDataPlaneInfo>
Expand Down

0 comments on commit 94841e3

Please sign in to comment.