Skip to content

Commit

Permalink
Update the inbound routing header to use a new tunnel decapsulation a…
Browse files Browse the repository at this point in the history
…ction name. (opencomputeproject#2006)

*Update the inbound routing header to use a new tunnel decapsulation action name. (opencomputeproject#2006)
  • Loading branch information
r12f authored Apr 25, 2024
1 parent 5394a9f commit 681334c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions experimental/saiexperimentaldashinboundrouting.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
*/
typedef enum _sai_inbound_routing_entry_action_t
{
SAI_INBOUND_ROUTING_ENTRY_ACTION_TUNNEL_DECAP,

SAI_INBOUND_ROUTING_ENTRY_ACTION_TUNNEL_DECAP_PA_VALIDATE,

SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP,

SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP_PA_VALIDATE,
Expand Down Expand Up @@ -102,7 +106,7 @@ typedef enum _sai_inbound_routing_entry_attr_t
*
* @type sai_inbound_routing_entry_action_t
* @flags CREATE_AND_SET
* @default SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP
* @default SAI_INBOUND_ROUTING_ENTRY_ACTION_TUNNEL_DECAP
*/
SAI_INBOUND_ROUTING_ENTRY_ATTR_ACTION = SAI_INBOUND_ROUTING_ENTRY_ATTR_START,

Expand All @@ -114,7 +118,7 @@ typedef enum _sai_inbound_routing_entry_attr_t
* @objects SAI_OBJECT_TYPE_VNET
* @allownull true
* @default SAI_NULL_OBJECT_ID
* @validonly SAI_INBOUND_ROUTING_ENTRY_ATTR_ACTION == SAI_INBOUND_ROUTING_ENTRY_ACTION_VXLAN_DECAP_PA_VALIDATE
* @validonly SAI_INBOUND_ROUTING_ENTRY_ATTR_ACTION == SAI_INBOUND_ROUTING_ENTRY_ACTION_TUNNEL_DECAP_PA_VALIDATE
*/
SAI_INBOUND_ROUTING_ENTRY_ATTR_SRC_VNET_ID,

Expand Down

0 comments on commit 681334c

Please sign in to comment.