summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4264 from pguibert6WIND/trace_bfdDonald Sharp2019-05-071-0/+5
|\
| * bgpd: add bfd event tracePhilippe Guibert2019-05-061-0/+5
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-4/+2
|/
* bgpd: improve reconnection mechanism by cancelling connect timersPhilippe Guibert2019-04-181-1/+3
* bgpd: improve bgp convergence, with bfd upPhilippe Guibert2019-04-181-0/+5
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-1/+1
* bgpd/ospf(6)d/pimd: hide BFD commands with timersRafael Zalamena2018-08-081-2/+14
* bgpd/ospf(6)d/pimd: don't show BFD timersRafael Zalamena2018-08-081-0/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* bgpd: peer->bgp must be non NULLDonald Sharp2018-03-211-1/+1
* bgpd: fix compilation issue with bgpdPhilippe Guibert2018-01-221-2/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+2
* *: reindent pt. 2whitespace / reindent2017-07-171-2/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-475/+458
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-6/+6
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-6/+6
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-3/+3
|/
* *: use vty_outlnQuentin Young2017-06-291-6/+5
* *: use ->text and strmatch where appropriateQuentin Young2017-06-271-2/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* bgpd: remove unnecessary #include "vty.h"Quentin Young2017-03-021-1/+0
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-4/+7
|\