Skip to content

Commit 4b23970

Browse files
[Banner] Added BANNER_MESSAGE table to ConfigDB (#826)
- 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]>
1 parent 5a73792 commit 4b23970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/schema.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ namespace swss {
440440
#define CFG_CHASSIS_MODULE_TABLE "CHASSIS_MODULE"
441441

442442
#define CFG_TWAMP_SESSION_TABLE_NAME "TWAMP_SESSION"
443+
#define CFG_BANNER_MESSAGE_TABLE_NAME "BANNER_MESSAGE"
443444

444445
#define CFG_DHCP_TABLE "DHCP_RELAY"
445446

0 commit comments

Comments
 (0)