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-04-03
Merge pull request #18396 from pguibert6WIND/srv6l3vpn_to_bgp_vrf_redistribute
Russ White
2025-04-01
Merge pull request #18450 from donaldsharp/bgp_packet_reads
Russ White
2025-03-30
bgpd: When shutting down do not clear self peers
Donald Sharp
2025-03-25
bgpd: Modify bgp to handle packet events in a FIFO
Donald Sharp
2025-03-25
Merge pull request #18483 from donaldsharp/holdtime_mistake
Donatas Abraitis
2025-03-24
Merge pull request #18447 from donaldsharp/bgp_clear_batch
Russ White
2025-03-24
bgpd: Fix holdtime not working properly when busy
Donald Sharp
2025-03-24
bgpd: fix check validity of a VPN SRv6 route with modified nexthop
Philippe Guibert
2025-03-17
bgpd: Print the real reason why the peer is not accepted (incoming)
Donatas Abraitis
2025-03-12
bgpd: batch peer connection error clearing
Mark Stapp
2025-02-28
bgpd: Convert bgp_keepalive_send to use a connection
Donald Sharp
2025-02-28
bgpd: Add connection direction to debug logs
Donald Sharp
2025-02-06
Merge pull request #17865 from donaldsharp/coverity_2024_new_hotness
Jafar Al-Gharaibeh
2025-01-29
bgpd: Do not start BGP session if BGP identifier is not set
Donatas Abraitis
2025-01-19
bgpd: Do not show "Waiting for OPEN" as last reset
Donatas Abraitis
2025-01-17
bgpd: Ensure ibuf count is protected by mutex
Donald Sharp
2025-01-10
bgpd: Only update peer connection information when needed
Donald Sharp
2025-01-10
bgpd: su_remote and su_local are properties of the connection
Donald Sharp
2025-01-10
bgpd: bgp_getsockanme is connection oriented
Donald Sharp
2024-12-18
Merge pull request #17599 from opensourcerouting/fix/reduce_default_connect_t...
Jafar Al-Gharaibeh
2024-12-12
bgpd: When calling bgp_process, prevent infinite loop
Donald Sharp
2024-12-11
bgpd: Implement connect retry backoff
Donatas Abraitis
2024-11-26
bgpd: peer_active is connection oriented, make it so
Donald Sharp
2024-11-26
bgpd: bgp_getsockname should use connection
Donald Sharp
2024-11-26
bgpd: Modify bgp_connect_in_progress_update_connection to use connection
Donald Sharp
2024-11-26
bgpd: Modify bgp_udpatesockname to pass in a connection
Donald Sharp
2024-11-26
bgpd: Fix pattern of usage in bgp_notify_config_change
Donald Sharp
2024-11-26
bgpd: Add `peer_notify_config_change()` function
Donald Sharp
2024-11-24
bgpd: Fix graceful-restart for peer-groups
Donatas Abraitis
2024-11-20
bgpd: bgp_connect should return an `enum connect_result`
Donald Sharp
2024-11-11
bgpd: Do not try to uninstall BFD session if the peer is not established
Donatas Abraitis
2024-11-07
bgpd: Set LLGR stale routes for all the paths including addpath
Donatas Abraitis
2024-10-24
bgpd: Fix wrong pthread event cancelling
Donald Sharp
2024-10-16
*: clang-SA friendly switch-enum-return-string
David Lamparter
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
[next]