Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-866

Peer advertisement should get use PeerTracker for fromPeer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • None
    • BGP
    • None

      Since PeerTracker tracks connected peers and routes are propagated asynchronously, we can easily end up in a situation where we are propagating routes from a disconnected peer.

      This is especially true with Graceful Restart and LLGR, where the routes are retained for a potentially long time.

      Rather than relying on PeerTracker, LocRibWriter should be observing DTCNs from peer structure to have this information available, as that will mean it will:

      • be immutable as appropriate
      • it will propagate with routes, sharing the vector

       

            Unassigned Unassigned
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: