summaryrefslogtreecommitdiff
path: root/bgpd/bgp_fsm.c
AgeCommit message (Expand)Author
2025-02-04bgpd: Do not start BGP session if BGP identifier is not setDonatas Abraitis
2025-01-24bgpd: Fix wrong pthread event cancellingDonald Sharp
2025-01-03bgpd: Do not try to uninstall BFD session if the peer is not establishedDonatas Abraitis
2024-12-13bgpd: When calling bgp_process, prevent infinite loopDonald Sharp
2024-11-26bgpd: Fix graceful-restart for peer-groupsDonatas Abraitis
2024-11-07bgpd: Set LLGR stale routes for all the paths including addpathDonatas Abraitis
2024-09-12 bgpd: fix 'nexthop_set failed' error message often displayedPhilippe Guibert
2024-09-06bgpd: Reduce # of iterations when doing llgrDonald Sharp
2024-08-22bgpd: global_gr_mode does not need to be set twiceDonald Sharp
2024-07-31bgpd: Use bgp_session_reset_safe() for GR update all peersDonatas Abraitis
2024-07-25bgpd: Keep the last reset reason before we reset the peerDonatas Abraitis
2024-07-25bgpd: Set the last_reset if we change the password alsoDonatas Abraitis
2024-07-24bgpd: Pass a connection struct directly for EVENT_OFF()Donatas Abraitis
2024-07-01bgpd: Refine restarter operation - R-bit & F-bitvivek
2024-06-27bgpd: Streamline GR config, act on change immediatelyvivek
2024-06-26bgpd: avoid clearing routes for peers that were never establishedLoïc Sang
2024-05-16bgpd: fix dynamic peer graceful restart race conditionLouis Scalbert
2024-05-07Merge pull request #15883 from opensourcerouting/fix/bgpd_gr_fsmRuss White
2024-04-30bgpd: Print old/new states of graceful restart FSMDonatas Abraitis
2024-04-29bgpd: fix covery ID 1585206Philippe Guibert
2024-04-15bgpd: fix addressing information of non established outgoing sessionsPhilippe Guibert
2024-02-29bgpd: Send "Send Hold Timer Expired" on such events notificationDonatas Abraitis
2024-02-13bgpd: Implement Paths-Limit capabilityDonatas Abraitis
2024-01-24bgpd: Fix format overflow for graceful-restart debug logsDonatas Abraitis
2024-01-06Revert "bgpd: On shutdown do not create a workqueue for the self peer"Martin Winter
2023-12-12bgpd: Make `suppress-fib-pending` clear peeringDonald Sharp
2023-11-21bgpd: On shutdown do not create a workqueue for the self peerDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-18bgpd: Set TCP MSS for the socket even if the session is set to passiveDonatas Abraitis
2023-09-13bgpd: Keep remote/local socket unions on BGP start eventDonatas Abraitis
2023-09-10bgpd: Move the peer->su to connection->suDonald Sharp
2023-09-10bgpd: bgp_connect is struct peer_connection orientedDonald Sharp
2023-09-10bgpd: Convert bgp_fsm_nht_update to take a connectionDonald Sharp
2023-09-10bgpd: modify bgp_connect_check to use a connectionDonald Sharp
2023-09-10bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADDDonald Sharp
2023-09-10bgpd: peer_established should be connection orientedDonald Sharp
2023-09-10bgpd: make bgp_keepalives_on|off connection orientedDonald Sharp
2023-09-10bgpd: bgp_open_send is connection oriented not peer orientedDonald Sharp
2023-09-10bgpd: convert bgp_stop_with_notify to connection basedDonald Sharp
2023-09-10bgpd: make bgp_timer_set use a peer_connection insteadDonald Sharp
2023-09-09bgpd: bgp_notify_send use peer_connection instead of peerDonald Sharp
2023-09-09bgpd: move t_pmax_restart to peer_connectionDonald Sharp
2023-09-09bgpd: move t_generate_updgrp_packets into peer_connectionDonald Sharp
2023-09-09bgpd: move t_gr_restart and _stale into peer_connectionDonald Sharp
2023-09-09bgpd: move t_routeadv to peer_connectionDonald Sharp
2023-09-09bgpd: t_connect_check_r and w move to peer connectionDonald Sharp
2023-09-09bgpd: t_holdtime move to peer_connectionDonald Sharp
2023-09-09bgpd: move t_start into peer_connectionDonald Sharp
2023-09-09bgpd: move t_delayopen from peer to peer_connectionDonald Sharp
2023-09-09bgpd: t_connect conversion from peer to peer_connectDonald Sharp