Skip to content

Commit 1d067ca

Browse files
authored
[pbh]: Add PBH DB schema. (#495)
*Added PBH Config DB schema Signed-off-by: Nazarii Hnydyn <[email protected]>
1 parent b65e257 commit 1d067ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

common/schema.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ namespace swss {
235235
#define CFG_FLEX_COUNTER_TABLE_NAME "FLEX_COUNTER_TABLE"
236236
#define CFG_WATERMARK_TABLE_NAME "WATERMARK_TABLE"
237237

238+
#define CFG_PBH_TABLE_TABLE_NAME "PBH_TABLE"
239+
#define CFG_PBH_RULE_TABLE_NAME "PBH_RULE"
240+
#define CFG_PBH_HASH_TABLE_NAME "PBH_HASH"
241+
#define CFG_PBH_HASH_FIELD_TABLE_NAME "PBH_HASH_FIELD"
242+
238243
#define CFG_PFC_PRIORITY_TO_PRIORITY_GROUP_MAP_TABLE_NAME "PFC_PRIORITY_TO_PRIORITY_GROUP_MAP"
239244
#define CFG_TC_TO_PRIORITY_GROUP_MAP_TABLE_NAME "TC_TO_PRIORITY_GROUP_MAP"
240245
#define CFG_PFC_PRIORITY_TO_QUEUE_MAP_TABLE_NAME "MAP_PFC_PRIORITY_TO_QUEUE"

0 commit comments

Comments
 (0)