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
BGP: resolve lifecycle-node check via getContainingNode(), document the FSM gating
Move BgpRouter::isLifecycleNode() out of line and look up the node with
getContainingNode() instead of getParentModule(), and document why the FSM
only re-arms reconnection on lifecycle-capable nodes: enabling auto-reconnect
unconditionally re-opens a listening socket on an already-bound port and
crashes plain (non-lifecycle) BGP scenarios.
0 commit comments