Skip to content

Commit 1579ebe

Browse files
committed
Update saidebugcounter.h
We believe the comment in 3rd line needs update. {Next Header is not SRH while local SID is configured for packet DA} In SRV6 packet, SRH header need not be always present. For example a) MicroSID cases b) In reduced mode with only one SID
1 parent c0203c0 commit 1579ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/saidebugcounter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ typedef enum _sai_in_drop_reason_t
323323
* Packet is dropped due to local SID configuration or incorrect value in SRV6 packet header
324324
* e.g.: Local SID packet action is set to SAI_PACKET_ACTION_DROP
325325
* Next Header is SRH and Segments Left value is 0 for End, End.X, End.T, End.B* endpoint types
326-
* Next Header is not SRH while local SID is configured for packet DA
326+
* Next Header is not SRH while local SID is configured for packet DA,if SRH header is present
327327
* Segments Left value is not 0 when received packet is destined to S and S is a local SID of type End.D*
328328
*/
329329
SAI_IN_DROP_REASON_SRV6_LOCAL_SID_DROP,

0 commit comments

Comments
 (0)