Skip to content

Commit

Permalink
Allow null on SAI_PORT_ATTR_PORT_SERDES_ID (#1914)
Browse files Browse the repository at this point in the history
This attribute is readonly, and if port serdes was removed
then this attribute can return null object id
  • Loading branch information
kcudnik authored Oct 20, 2023
1 parent 657a5e0 commit f981a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,7 @@ typedef enum _sai_port_attr_t
* @type sai_object_id_t
* @flags READ_ONLY
* @objects SAI_OBJECT_TYPE_PORT_SERDES
* @allownull true
* @default internal
*/
SAI_PORT_ATTR_PORT_SERDES_ID,
Expand Down

0 comments on commit f981a1f

Please sign in to comment.