We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079f453 commit 05edcadCopy full SHA for 05edcad
dump/plugins/copp.py
@@ -215,7 +215,6 @@ def __get_asic_hostif_entry_obj(self, sai_trap_key):
215
# Not adding tp tables_not_found because of the type of reason specified for policer obj
216
if not sai_trap_key:
217
return
218
- asic_obj_ptrn = "ASIC_STATE:.*:oid:0x\w{1,14}"
219
matches = re.findall(r"oid:0x\w{1,14}", sai_trap_key)
220
if matches:
221
sai_trap_vid = matches[0]
0 commit comments