index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_fsm.c
Age
Commit message (
Expand
)
Author
2025-02-04
bgpd: Do not start BGP session if BGP identifier is not set
Donatas Abraitis
2025-01-24
bgpd: Fix wrong pthread event cancelling
Donald Sharp
2025-01-03
bgpd: Do not try to uninstall BFD session if the peer is not established
Donatas Abraitis
2024-12-13
bgpd: When calling bgp_process, prevent infinite loop
Donald Sharp
2024-11-26
bgpd: Fix graceful-restart for peer-groups
Donatas Abraitis
2024-11-07
bgpd: Set LLGR stale routes for all the paths including addpath
Donatas Abraitis
2024-09-12
bgpd: fix 'nexthop_set failed' error message often displayed
Philippe Guibert
2024-09-06
bgpd: Reduce # of iterations when doing llgr
Donald Sharp
2024-08-22
bgpd: global_gr_mode does not need to be set twice
Donald Sharp
2024-07-31
bgpd: Use bgp_session_reset_safe() for GR update all peers
Donatas Abraitis
2024-07-25
bgpd: Keep the last reset reason before we reset the peer
Donatas Abraitis
2024-07-25
bgpd: Set the last_reset if we change the password also
Donatas Abraitis
2024-07-24
bgpd: Pass a connection struct directly for EVENT_OFF()
Donatas Abraitis
2024-07-01
bgpd: Refine restarter operation - R-bit & F-bit
vivek
2024-06-27
bgpd: Streamline GR config, act on change immediately
vivek
2024-06-26
bgpd: avoid clearing routes for peers that were never established
Loïc Sang
2024-05-16
bgpd: fix dynamic peer graceful restart race condition
Louis Scalbert
2024-05-07
Merge pull request #15883 from opensourcerouting/fix/bgpd_gr_fsm
Russ White
2024-04-30
bgpd: Print old/new states of graceful restart FSM
Donatas Abraitis
2024-04-29
bgpd: fix covery ID 1585206
Philippe Guibert
2024-04-15
bgpd: fix addressing information of non established outgoing sessions
Philippe Guibert
2024-02-29
bgpd: Send "Send Hold Timer Expired" on such events notification
Donatas Abraitis
2024-02-13
bgpd: Implement Paths-Limit capability
Donatas Abraitis
2024-01-24
bgpd: Fix format overflow for graceful-restart debug logs
Donatas Abraitis
2024-01-06
Revert "bgpd: On shutdown do not create a workqueue for the self peer"
Martin Winter
2023-12-12
bgpd: Make `suppress-fib-pending` clear peering
Donald Sharp
2023-11-21
bgpd: On shutdown do not create a workqueue for the self peer
Donald Sharp
2023-10-12
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-09-18
bgpd: Set TCP MSS for the socket even if the session is set to passive
Donatas Abraitis
2023-09-13
bgpd: Keep remote/local socket unions on BGP start event
Donatas Abraitis
2023-09-10
bgpd: Move the peer->su to connection->su
Donald Sharp
2023-09-10
bgpd: bgp_connect is struct peer_connection oriented
Donald Sharp
2023-09-10
bgpd: Convert bgp_fsm_nht_update to take a connection
Donald Sharp
2023-09-10
bgpd: modify bgp_connect_check to use a connection
Donald Sharp
2023-09-10
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
bgpd: peer_established should be connection oriented
Donald Sharp
2023-09-10
bgpd: make bgp_keepalives_on|off connection oriented
Donald Sharp
2023-09-10
bgpd: bgp_open_send is connection oriented not peer oriented
Donald Sharp
2023-09-10
bgpd: convert bgp_stop_with_notify to connection based
Donald Sharp
2023-09-10
bgpd: make bgp_timer_set use a peer_connection instead
Donald Sharp
2023-09-09
bgpd: bgp_notify_send use peer_connection instead of peer
Donald Sharp
2023-09-09
bgpd: move t_pmax_restart to peer_connection
Donald Sharp
2023-09-09
bgpd: move t_generate_updgrp_packets into peer_connection
Donald Sharp
2023-09-09
bgpd: move t_gr_restart and _stale into peer_connection
Donald Sharp
2023-09-09
bgpd: move t_routeadv to peer_connection
Donald Sharp
2023-09-09
bgpd: t_connect_check_r and w move to peer connection
Donald Sharp
2023-09-09
bgpd: t_holdtime move to peer_connection
Donald Sharp
2023-09-09
bgpd: move t_start into peer_connection
Donald Sharp
2023-09-09
bgpd: move t_delayopen from peer to peer_connection
Donald Sharp
2023-09-09
bgpd: t_connect conversion from peer to peer_connect
Donald Sharp
[next]