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
Because the neighbour map uses address string only as the key. You can bypass this one time on local by changing one of the peers to "localhost". It would be useful (mostly for testing) if the PeerAsn was used as part of the neighbour map key so multiple peers can live at a single address.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Doing an action like below will cause an err
can't overwrite the existing peer: 127.0.0.1
Because the neighbour map uses address string only as the key. You can bypass this one time on local by changing one of the peers to "localhost". It would be useful (mostly for testing) if the
PeerAsn
was used as part of the neighbour map key so multiple peers can live at a single address.The text was updated successfully, but these errors were encountered: