Skip to content

Commit

Permalink
add SAI_SWITCH_ATTR_AVAILABLE_ACL_{TABLE,TABLE_GROUP} (opencomputepro…
Browse files Browse the repository at this point in the history
…ject#721)

SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE counts the available entires
for ACL TABLE objects

SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE_GROUP counts the available
entries for ACL TABLE GROUP objects
  • Loading branch information
lguohan authored and itaibaz committed Oct 20, 2017
1 parent 0f2abd4 commit 6a14b15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,22 @@ typedef enum _sai_switch_attr_t
*/
SAI_SWITCH_ATTR_AVAILABLE_IPMC_ENTRY,

/**
* @brief Available ACL Tables
*
* @type sai_uint32_t
* @flags READ_ONLY
*/
SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE,

/**
* @brief Available ACL Table groups
*
* @type sai_uint32_t
* @flags READ_ONLY
*/
SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE_GROUP,

/**
* @brief Default trap group
*
Expand Down

0 comments on commit 6a14b15

Please sign in to comment.