Skip to content

Commit

Permalink
Updated sai_fdb_flush_attr_t description
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan committed Nov 30, 2023
1 parent 4c4f512 commit b0f626e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inc/saifdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ typedef enum _sai_fdb_flush_entry_type_t
*
* For example:
*
* 1) Flush all entries in FDB table - Do not specify any attribute
* 2) Flush all entries by bridge port - Set #SAI_FDB_FLUSH_ATTR_BRIDGE_PORT_ID
* 3) Flush all entries by VLAN - Set #SAI_FDB_FLUSH_ATTR_BV_ID with object id as vlan object
* 3) Flush all entries by bridge - Set #SAI_FDB_FLUSH_ATTR_BV_ID with object id as bridge object
* 4) Flush all entries by bridge port and VLAN - Set #SAI_FDB_FLUSH_ATTR_BRIDGE_PORT_ID
* 1) Flush all dynamic entries in FDB table - Do not specify any attribute
* 2) Flush dynamic entries by bridge port - Set #SAI_FDB_FLUSH_ATTR_BRIDGE_PORT_ID
* 3) Flush dynamic entries by VLAN - Set #SAI_FDB_FLUSH_ATTR_BV_ID with object id as vlan object
* 3) Flush dynamic entries by bridge - Set #SAI_FDB_FLUSH_ATTR_BV_ID with object id as bridge object
* 4) Flush dynamic entries by bridge port and VLAN - Set #SAI_FDB_FLUSH_ATTR_BRIDGE_PORT_ID
* and #SAI_FDB_FLUSH_ATTR_BV_ID
* 5) Flush all static entries by bridge port and VLAN - Set #SAI_FDB_FLUSH_ATTR_ENTRY_TYPE,
* #SAI_FDB_FLUSH_ATTR_BRIDGE_PORT_ID, and #SAI_FDB_FLUSH_ATTR_BV_ID
Expand Down Expand Up @@ -272,7 +272,7 @@ typedef enum _sai_fdb_flush_attr_t
*
* @type sai_fdb_flush_entry_type_t
* @flags CREATE_ONLY
* @default SAI_FDB_FLUSH_ENTRY_TYPE_ALL
* @default SAI_FDB_FLUSH_ENTRY_TYPE_DYNAMIC
*/
SAI_FDB_FLUSH_ATTR_ENTRY_TYPE,

Expand Down

0 comments on commit b0f626e

Please sign in to comment.