Skip to content

Commit 8e2c859

Browse files
committed
Address Review Comments.
1 parent 96f07c0 commit 8e2c859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-config-engine/minigraph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def parse_dpg(dpg, hname):
408408
# because of port_alias_asic_map we can have duplicate in port_alias_map
409409
# so check if already present do not add
410410
if panel_port not in intfs_inpc and panel_port not in acl_intfs:
411-
acl_intfs.append(panel_port)
411+
acl_intfs.append(panel_port)
412412
break
413413
if acl_intfs:
414414
acls[aclname] = {'policy_desc': aclname,

0 commit comments

Comments
 (0)