Skip to content

Commit

Permalink
Revert "[bgpcfgd]: Don't use neighbor metadata in bgpmon sessions (so…
Browse files Browse the repository at this point in the history
…nic-net#5506)"

This reverts commit 1f0f751.
  • Loading branch information
Pavel Shirshov committed Oct 2, 2020
1 parent ffae82f commit 2a0cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-bgpcfgd/bgpcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def main():
ZebraSetSrc(common_objs, "STATE_DB", swsscommon.STATE_INTERFACE_TABLE_NAME),
# Peer Managers
BGPPeerMgrBase(common_objs, "CONFIG_DB", swsscommon.CFG_BGP_NEIGHBOR_TABLE_NAME, "general", True),
BGPPeerMgrBase(common_objs, "CONFIG_DB", "BGP_MONITORS", "monitors", False),
BGPPeerMgrBase(common_objs, "CONFIG_DB", "BGP_MONITORS", "monitors", True),
BGPPeerMgrBase(common_objs, "CONFIG_DB", "BGP_PEER_RANGE", "dynamic", False),
# AllowList Managers
BGPAllowListMgr(common_objs, "CONFIG_DB", "BGP_ALLOWED_PREFIXES"),
Expand Down

0 comments on commit 2a0cba4

Please sign in to comment.