You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible that BGP neighbors in IPv4 and IPv6 address families share the same name.
For example, if belowing config is applied to creare a bgp monitor:
With the new fix in place to address the duplicate entry by converting the peer list to a peer set: #6546 (review)
This issue should already been addressed.
Description
It is possible that BGP neighbors in IPv4 and IPv6 address families share the same name.
For example, if belowing config is applied to creare a bgp monitor:
Then a bgp neighbor named 11.0.0.1 will exist in both ipv4 and ipv6 neighbors.
The
NEIGH_STATE_TABLE
is updated inbgpmon.py
, which usesNEIGH_STATE_TABLE|x.x.x.x
as keys in STATE_DB.If ipv4 and ipv6 neighbors have duplicated keys, the value will be overwriten.
Steps to reproduce the issue:
test_bgpmon
Describe the results you received:
NEIGH_STATE_TABLE in STATE_DB is possibly overwriten
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: