Skip to content

Commit 9664fbc

Browse files
Adding a table to store peer info if peer creation is successful (#1009)
Adding a table to store peer info if peer creation is successful. This document explains the need for this table and the data that will go into it: https://github.com/sonic-net/SONiC/pull/1963/files
1 parent a5dd80f commit 9664fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/schema.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@ namespace swss {
592592

593593
#define STATE_HIGH_FREQUENCY_TELEMETRY_SESSION_TABLE_NAME "HIGH_FREQUENCY_TELEMETRY_SESSION_TABLE"
594594

595+
#define STATE_BGP_PEER_CONFIGURED_TABLE_NAME "BGP_PEER_CONFIGURED_TABLE"
596+
595597
// ACL table and ACL rule table
596598
#define STATE_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE"
597599
#define STATE_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE"

0 commit comments

Comments
 (0)