Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/saidebugcounter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading