Skip to content

Commit

Permalink
[Banner] Added BANNER_MESSAGE table to ConfigDB (#826)
Browse files Browse the repository at this point in the history
- Why I did it
Added Banner feature related Config DB table according to HLD: sonic-net/SONiC#1361

- How I did it
Added Banner table name to schema.h.

Signed-off-by: Yevhen Fastiuk <[email protected]>
  • Loading branch information
SviatoslavBoichuk authored May 7, 2024
1 parent 5a73792 commit 4b23970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ namespace swss {
#define CFG_CHASSIS_MODULE_TABLE "CHASSIS_MODULE"

#define CFG_TWAMP_SESSION_TABLE_NAME "TWAMP_SESSION"
#define CFG_BANNER_MESSAGE_TABLE_NAME "BANNER_MESSAGE"

#define CFG_DHCP_TABLE "DHCP_RELAY"

Expand Down

0 comments on commit 4b23970

Please sign in to comment.