Skip to content

Commit

Permalink
support portchannel for SAI_BFD_SESSION_ATTR_HW_LOOKUP_VALID == false
Browse files Browse the repository at this point in the history
the metadata sanity check fails when the interface is a portchannel. need to support SAI_OBJECT_TYPE_LAG
  • Loading branch information
baorliu committed Dec 12, 2024
1 parent 600cb14 commit 7e4b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/saibfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ typedef enum _sai_bfd_session_attr_t
*
* @type sai_object_id_t
* @flags MANDATORY_ON_CREATE | CREATE_AND_SET
* @objects SAI_OBJECT_TYPE_PORT
* @objects SAI_OBJECT_TYPE_PORT, SAI_OBJECT_TYPE_LAG
* @condition SAI_BFD_SESSION_ATTR_HW_LOOKUP_VALID == false
*/
SAI_BFD_SESSION_ATTR_PORT,
Expand Down

0 comments on commit 7e4b55f

Please sign in to comment.