Skip to content

Commit

Permalink
Add uSID endpoint enums for udx and udt (#2102)
Browse files Browse the repository at this point in the history
Signed-off-by: Kumaresh Perumal <[email protected]>
  • Loading branch information
kperumalbfn authored Nov 14, 2024
1 parent 05eb9bf commit 83d1f3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion inc/saisrv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef enum _sai_my_sid_entry_endpoint_behavior_t
/** Endpoint with decapsulation and specific IPv6 table lookup */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_DT6,

/** Endpoint with decapsulation and specific IPv6 table lookup */
/** Endpoint with decapsulation and specific IPv4 table lookup */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_DT4,

/** Endpoint with decapsulation and specific IP table lookup */
Expand All @@ -102,6 +102,21 @@ typedef enum _sai_my_sid_entry_endpoint_behavior_t
/** End.uA function for shift-and-xconnect behavior */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UA,

/** Endpoint with decapsulation and IPv4 Cross-connect for uSID */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UDX4,

/** Endpoint with decapsulation and IPv6 Cross-connect for uSID */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UDX6,

/** Endpoint with decapsulation and specific IPv4 Table lookup for uSID */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UDT4,

/** Endpoint with decapsulation and specific IPv6 Table lookup for uSID */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UDT6,

/** Endpoint with decapsulation and specific IP Table lookup for uSID */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_UDT46,

/** Custom range base value */
SAI_MY_SID_ENTRY_ENDPOINT_BEHAVIOR_CUSTOM_RANGE_START = 0x10000000,

Expand Down
1 change: 1 addition & 0 deletions meta/aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Uninitialize
unordered
untagged
Untagged
uSID
Utils
validonly
validonlys
Expand Down

0 comments on commit 83d1f3b

Please sign in to comment.