We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f07c0 commit 8e2c859Copy full SHA for 8e2c859
src/sonic-config-engine/minigraph.py
@@ -408,7 +408,7 @@ def parse_dpg(dpg, hname):
408
# because of port_alias_asic_map we can have duplicate in port_alias_map
409
# so check if already present do not add
410
if panel_port not in intfs_inpc and panel_port not in acl_intfs:
411
- acl_intfs.append(panel_port)
+ acl_intfs.append(panel_port)
412
break
413
if acl_intfs:
414
acls[aclname] = {'policy_desc': aclname,
0 commit comments