From 70ae04f74c299b5146590c02b9917a72861f6f81 Mon Sep 17 00:00:00 2001 From: Andriy Kokhan Date: Thu, 30 Nov 2023 18:40:06 +0200 Subject: [PATCH] Flush all FDB entries if no attributes specified (#1918) Fixing flush fdb description --- inc/saifdb.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/saifdb.h b/inc/saifdb.h index 54148aac6..ba554d363 100644 --- a/inc/saifdb.h +++ b/inc/saifdb.h @@ -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