Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/202305' into 202305
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed Apr 16, 2024
2 parents 5cf3960 + 6a018ae commit 1609aec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 1609aec

Please sign in to comment.