summaryrefslogtreecommitdiff
path: root/bgpd/bgp_fsm.c
AgeCommit message (Expand)Author
2025-04-03Merge pull request #18396 from pguibert6WIND/srv6l3vpn_to_bgp_vrf_redistributeRuss White
2025-04-01Merge pull request #18450 from donaldsharp/bgp_packet_readsRuss White
2025-03-30bgpd: When shutting down do not clear self peersDonald Sharp
2025-03-25bgpd: Modify bgp to handle packet events in a FIFODonald Sharp
2025-03-25Merge pull request #18483 from donaldsharp/holdtime_mistakeDonatas Abraitis
2025-03-24Merge pull request #18447 from donaldsharp/bgp_clear_batchRuss White
2025-03-24bgpd: Fix holdtime not working properly when busyDonald Sharp
2025-03-24bgpd: fix check validity of a VPN SRv6 route with modified nexthopPhilippe Guibert
2025-03-17bgpd: Print the real reason why the peer is not accepted (incoming)Donatas Abraitis
2025-03-12bgpd: batch peer connection error clearingMark Stapp
2025-02-28bgpd: Convert bgp_keepalive_send to use a connectionDonald Sharp
2025-02-28bgpd: Add connection direction to debug logsDonald Sharp
2025-02-06Merge pull request #17865 from donaldsharp/coverity_2024_new_hotnessJafar Al-Gharaibeh
2025-01-29bgpd: Do not start BGP session if BGP identifier is not setDonatas Abraitis
2025-01-19bgpd: Do not show "Waiting for OPEN" as last resetDonatas Abraitis
2025-01-17bgpd: Ensure ibuf count is protected by mutexDonald Sharp
2025-01-10bgpd: Only update peer connection information when neededDonald Sharp
2025-01-10bgpd: su_remote and su_local are properties of the connectionDonald Sharp
2025-01-10bgpd: bgp_getsockanme is connection orientedDonald Sharp
2024-12-18Merge pull request #17599 from opensourcerouting/fix/reduce_default_connect_t...Jafar Al-Gharaibeh
2024-12-12bgpd: When calling bgp_process, prevent infinite loopDonald Sharp
2024-12-11bgpd: Implement connect retry backoffDonatas Abraitis
2024-11-26bgpd: peer_active is connection oriented, make it soDonald Sharp
2024-11-26bgpd: bgp_getsockname should use connectionDonald Sharp
2024-11-26bgpd: Modify bgp_connect_in_progress_update_connection to use connectionDonald Sharp
2024-11-26bgpd: Modify bgp_udpatesockname to pass in a connectionDonald Sharp
2024-11-26bgpd: Fix pattern of usage in bgp_notify_config_changeDonald Sharp
2024-11-26bgpd: Add `peer_notify_config_change()` functionDonald Sharp
2024-11-24bgpd: Fix graceful-restart for peer-groupsDonatas Abraitis
2024-11-20bgpd: bgp_connect should return an `enum connect_result`Donald Sharp
2024-11-11bgpd: Do not try to uninstall BFD session if the peer is not establishedDonatas Abraitis
2024-11-07bgpd: Set LLGR stale routes for all the paths including addpathDonatas Abraitis
2024-10-24bgpd: Fix wrong pthread event cancellingDonald Sharp
2024-10-16*: clang-SA friendly switch-enum-return-stringDavid Lamparter
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