From 165a679c748a3191321ba6a05de71d90c45fdcf5 Mon Sep 17 00:00:00 2001 From: judyjoseph <53951155+judyjoseph@users.noreply.github.com> Date: Thu, 22 Oct 2020 21:47:28 -0700 Subject: [PATCH] Schema update for BGP internal neighbor table (#389) Add a new BGP_INTERNAL_NEIGHBOR table in the DB schema. This table will contain the internal BGP sessions created between BGP instances running per ASIC namespace in a multi-asic platform. --- common/schema.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/schema.h b/common/schema.h index 0433798e8..56277a12d 100644 --- a/common/schema.h +++ b/common/schema.h @@ -190,6 +190,7 @@ namespace swss { #define CFG_SYSLOG_SERVER_TABLE_NAME "SYSLOG_SERVER" #define CFG_BGP_NEIGHBOR_TABLE_NAME "BGP_NEIGHBOR" +#define CFG_BGP_INTERNAL_NEIGHBOR_TABLE_NAME "BGP_INTERNAL_NEIGHBOR" #define CFG_BGP_MONITORS_TABLE_NAME "BGP_MONITORS" #define CFG_BGP_PEER_RANGE_TABLE_NAME "BGP_PEER_RANGE"