Skip to content

Commit

Permalink
Skip FABRIC PORT Attributes from sairedis logging (sonic-net#1339)
Browse files Browse the repository at this point in the history
Signed-off-by: saksarav <[email protected]>
  • Loading branch information
saksarav-nokia authored Jan 18, 2024
1 parent 4f4c6d1 commit b26ce7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/SkipRecordAttrContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ SkipRecordAttrContainer::SkipRecordAttrContainer()

add(SAI_OBJECT_TYPE_ACL_TABLE, SAI_ACL_TABLE_ATTR_AVAILABLE_ACL_ENTRY);
add(SAI_OBJECT_TYPE_ACL_TABLE, SAI_ACL_TABLE_ATTR_AVAILABLE_ACL_COUNTER);

add(SAI_OBJECT_TYPE_PORT, SAI_PORT_ATTR_FABRIC_ATTACHED);
add(SAI_OBJECT_TYPE_PORT, SAI_PORT_ATTR_FABRIC_ATTACHED_SWITCH_ID);
add(SAI_OBJECT_TYPE_PORT, SAI_PORT_ATTR_FABRIC_ATTACHED_PORT_INDEX);
}

bool SkipRecordAttrContainer::add(
Expand Down

0 comments on commit b26ce7a

Please sign in to comment.