From a8e1629b913b6f1091fa9b7d2bdefbdf3b5fd914 Mon Sep 17 00:00:00 2001 From: Benzeer Bava <52989615+benzeerbava@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:36:31 +0530 Subject: [PATCH] Update saidebugcounter.h comments Signed-off-by: benzeerbava --- inc/saidebugcounter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/saidebugcounter.h b/inc/saidebugcounter.h index cc9714e8..1333352e 100644 --- a/inc/saidebugcounter.h +++ b/inc/saidebugcounter.h @@ -323,7 +323,7 @@ typedef enum _sai_in_drop_reason_t * Packet is dropped due to local SID configuration or incorrect value in SRV6 packet header * e.g.: Local SID packet action is set to SAI_PACKET_ACTION_DROP * Next Header is SRH and Segments Left value is 0 for End, End.X, End.T, End.B* endpoint types - * Next Header is not SRH while local SID is configured for packet DA + * Next Header is not SRH while local SID is configured for packet DA, if SRH header is present * Segments Left value is not 0 when received packet is destined to S and S is a local SID of type End.D* */ SAI_IN_DROP_REASON_SRV6_LOCAL_SID_DROP,