summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: su_remote and su_local are properties of the connectionDonald Sharp8 days1-5/+6
* bgpd: Allow bfd to work if peer known but interface address not yetDonald Sharp2024-11-201-1/+5
* Merge pull request #17410 from opensourcerouting/fix/bgpd_ebgp_multihop_set_u...Russ White2024-11-121-4/+22
|\
| * bgpd: Update source address for BFD sessionDonatas Abraitis2024-11-121-4/+22
* | bgpd: Reset BGP session only if it was a real BFD DOWN eventDonatas Abraitis2024-11-051-7/+16
|/
* bgpd: fix disable bfd profile for neighbors.Dmitrii Turlupov2024-03-121-0/+3
* bgpd: Move the peer->su to connection->suDonald Sharp2023-09-101-27/+27
* bgpd: Convert bgp_fsm_nht_update to take a connectionDonald Sharp2023-09-101-1/+1
* bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADDDonald Sharp2023-09-101-2/+2
* bgpd: peer_established should be connection orientedDonald Sharp2023-09-101-2/+2
* bgpd: bgp_notify_send use peer_connection instead of peerDonald Sharp2023-09-091-1/+1
* bgpd: Convert `struct peer_connection` to dynamically allocatedDonald Sharp2023-08-181-1/+1
* bgpd: Move status and ostatus to `struct peer_connection`Donald Sharp2023-08-181-1/+1
* doc: Add missing rfc9384 to BGP supported RFC listDonatas Abraitis2023-04-011-1/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* bgpd: Don't warning twice for neighbor_bfd_check_controlplane_failureDonatas Abraitis2023-01-111-3/+1
* bgpd: Replace zlog_info -> zlog_debug under BGP_DEBUG()Donatas Abraitis2022-06-211-1/+1
* bgpd: Add Notification CEASE BFD Down messageDonatas Abraitis2022-06-021-0/+7
* bgpd: fix source-address for BFD sessions when using update-source IFNAMEIgor Ryzhov2021-11-121-1/+1
* bgpd: update BFD config on update-source changeRafael Zalamena2021-11-041-16/+18
* bgpd: fix crash during configuration removalRafael Zalamena2021-07-141-1/+3
* bgpd: Convert to using peer_established(peer) functionDonald Sharp2021-06-071-1/+1
* lib: remove enabled flag for bfd sessionsIgor Ryzhov2021-04-221-2/+0
* ospfd: fix crash on "show ip ospf neighbor detail"Igor Ryzhov2021-04-091-2/+1
* bgpd: improve BFD with timers configurationRafael Zalamena2021-03-231-1/+2
* bgpd: add debug option for BFDRafael Zalamena2021-03-231-8/+8
* bgpd: rework BFD integrationRafael Zalamena2021-03-231-710/+340
* bgpd: Fix profiles compile issue when not using bfddDonald Sharp2020-10-261-0/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-11/+8
* bgpd: rename bgp_fsm_event_updateQuentin Young2020-09-171-1/+1
* Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-211-7/+7
|\
| * *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-7/+7
* | *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
|/
* Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-021-18/+189
|\
| * bgpd: fix crash on daemon exitRafael Zalamena2020-05-291-0/+13
| * bgpd: command to remove profile configurationRafael Zalamena2020-05-291-0/+12
| * bgpd: support BFD profiles configurationRafael Zalamena2020-05-291-18/+164
* | bgpd: attempt to fix test convergence failureRafael Zalamena2020-06-181-6/+0
|/
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-4/+4
* bgpd: reset bfd session when bgp comes upPhilippe Guibert2020-03-131-0/+19
* bgpd: Print out vrf name as well as idDonald Sharp2020-02-141-5/+8
* bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macrosDonatas Abraitis2020-02-061-3/+3
* bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+2
* bgpd: add vty command to enable bfd control-plane-check-failurePhilippe Guibert2019-05-141-2/+76
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-11/+33
* bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-4/+3