summaryrefslogtreecommitdiff
path: root/lib/bfd.c
AgeCommit message (Expand)Author
2024-06-12bgpd: Do not start BGP session if BFD profile is in shutdown stateDonatas Abraitis
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_execute to event_executeDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-20lib: on bfd peer shutdown actually stop eventDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-24lib: remove concurrent nexthop zapi (un)registrationLouis Scalbert
2023-01-24lib: do not reopen a zclient socket for bfdLouis Scalbert
2023-01-13lib: BFD integration clean up functionRafael Zalamena
2023-01-13lib: BFD automatic source selectionRafael Zalamena
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-12lib: fix the right value is returned for fail casesanlan_cs
2022-01-10lib: rename one bfd parameter name to reflect real meaninganlan_cs
2022-01-08lib: small debug adjustment for bfdanlan_cs
2021-11-15lib: rename bfd function to reflect real functionalityIgor Ryzhov
2021-11-11lib: remove confusing bfd TTL APIIgor Ryzhov
2021-11-04lib: constify read only parametersRafael Zalamena
2021-11-04lib: fix BFD IPv6 session address changeRenato Westphal
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-08-27lib: Send c-bit when not using bfdd as daemon of choiceDonald Sharp
2021-06-01lib: fix default ttl for single-hop bfd sessionsIgor Ryzhov
2021-06-01lib: fix bfd multihopIgor Ryzhov
2021-05-07lib: remove old bfd libraryIgor Ryzhov
2021-04-24Merge pull request #8495 from opensourcerouting/ospfv3-bfd-reworkIgor Ryzhov
2021-04-22lib: BFD session handling improvementRafael Zalamena
2021-04-22lib: fix possible crash on BFD notificationRafael Zalamena
2021-04-22lib: remove enabled flag for bfd sessionsIgor Ryzhov
2021-04-14lib: fix BFD crash on interface removalRafael Zalamena
2021-04-09ospfd: fix crash on "show ip ospf neighbor detail"Igor Ryzhov
2021-03-23lib: small BFD session notifier improvementRafael Zalamena
2021-03-23lib: new BFD integration APIRafael Zalamena
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-07*: Fix usage of bfd_adj_eventDonald Sharp
2020-11-18Merge pull request #7478 from donaldsharp/bufferMark Stapp
2020-11-15bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp
2020-11-08lib: notify BFD when adding new profileRafael Zalamena
2020-11-08bfdd,lib: simplify integration protocolRafael Zalamena
2020-07-21Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young
2020-07-14*: un-split strings across linesDavid Lamparter
2020-07-10isisd: lib: refactor ISIS BFD APIGalaxyGorilla
2020-07-10 *: add BFD profile support for IS-ISGalaxyGorilla
2020-06-12lib: permit BFD library users to pass NULLRafael Zalamena