Skip to content

Commit

Permalink
Move extension vlan attributes to normal range (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and rlhui committed Sep 3, 2020
1 parent b2487f0 commit 2cc5ba0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions inc/saivlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ typedef enum _sai_vlan_flood_control_type_t
/**
* @brief Attribute Id in sai_set_vlan_attribute() and
* sai_get_vlan_attribute() calls
*
* @flags Contains flags
*/
typedef enum _sai_vlan_attr_t
{
Expand Down Expand Up @@ -377,14 +375,6 @@ typedef enum _sai_vlan_attr_t
*/
SAI_VLAN_ATTR_BROADCAST_FLOOD_GROUP,

/**
* @brief End of attributes
*/
SAI_VLAN_ATTR_END,

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

/**
* @brief IGMP Snooping enable or disable control for VLAN
*
Expand All @@ -407,6 +397,14 @@ typedef enum _sai_vlan_attr_t
*/
SAI_VLAN_ATTR_TAM_OBJECT,

/**
* @brief End of attributes
*/
SAI_VLAN_ATTR_END,

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

/** End of custom range base */
SAI_VLAN_ATTR_CUSTOM_RANGE_END

Expand Down

0 comments on commit 2cc5ba0

Please sign in to comment.