Skip to content

Commit

Permalink
[Banner] Added BANNER_MESSAGE table to ConfigDB (sonic-net#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 and arfeigin committed Jun 27, 2024
1 parent 8a7b203 commit 7a16f21
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 7a16f21

Please sign in to comment.