Skip to content

Commit 4980664

Browse files
authored
Allow mixed object type on mirror session (opencomputeproject#876)
1 parent 2019903 commit 4980664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/saisanitycheck.c

+5
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,11 @@ void check_mixed_object_list_types()
34173417
break;
34183418
}
34193419

3420+
if (meta->objecttype == SAI_OBJECT_TYPE_MIRROR_SESSION)
3421+
{
3422+
break;
3423+
}
3424+
34203425
/*
34213426
* For non read only attributes, there should be a good
34223427
* reason why object list should support mixed object

0 commit comments

Comments
 (0)