Skip to content

Commit 94841e3

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[topology]: Update t1-64-lag topology template to add AclInterfaces piece (#505)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent b8319f8 commit 94841e3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

ansible/templates/topo/t1-64-lag.j2

+14-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,20 @@
282282
{% endfor %}
283283
</IPInterfaces>
284284
<DataAcls/>
285-
<AclInterfaces/>
285+
<AclInterfaces>
286+
<AclInterface>
287+
<AttachTo>
288+
{{ port_alias|join(";") }}
289+
</AttachTo>
290+
<InAcl>DataAcl</InAcl>
291+
</AclInterface>
292+
<AclInterface>
293+
<AttachTo>
294+
ERSPAN
295+
</AttachTo>
296+
<InAcl>Everflow</InAcl>
297+
</AclInterface>
298+
</AclInterfaces>
286299
<DownstreamSummaries/>
287300
<DownstreamSummarySet xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
288301
</DeviceDataPlaneInfo>

0 commit comments

Comments
 (0)