Skip to content

Commit 114ede5

Browse files
Enable ICMP sessions on LAG port (#2194)
fixes Signed-off-by: Chikkegowda Chikkaiah <[email protected]>
1 parent 7a3be3e commit 114ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/saiicmpecho.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ typedef enum _sai_icmp_echo_session_attr_t
9898
*
9999
* @type sai_object_id_t
100100
* @flags MANDATORY_ON_CREATE | CREATE_AND_SET
101-
* @objects SAI_OBJECT_TYPE_PORT
101+
* @objects SAI_OBJECT_TYPE_PORT, SAI_OBJECT_TYPE_LAG
102102
* @condition SAI_ICMP_ECHO_SESSION_ATTR_HW_LOOKUP_VALID == false
103103
*/
104104
SAI_ICMP_ECHO_SESSION_ATTR_PORT,

0 commit comments

Comments
 (0)