summaryrefslogtreecommitdiffstats
path: root/lib/bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: convert `struct interface->connected` to DLISTDavid Lamparter2023-11-221-3/+1
* * : include event ptr in event_execute apiMark Stapp2023-07-251-2/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-3/+3
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* lib: on bfd peer shutdown actually stop eventDonald Sharp2023-03-201-3/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* lib: remove concurrent nexthop zapi (un)registrationLouis Scalbert2023-01-241-30/+0
* lib: do not reopen a zclient socket for bfdLouis Scalbert2023-01-241-64/+9
* lib: BFD integration clean up functionRafael Zalamena2023-01-131-0/+37
* lib: BFD automatic source selectionRafael Zalamena2023-01-131-0/+414
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+3
* lib: fix the right value is returned for fail casesanlan_cs2022-01-121-0/+6
* lib: rename one bfd parameter name to reflect real meaninganlan_cs2022-01-101-8/+8
* lib: small debug adjustment for bfdanlan_cs2022-01-081-4/+4
* lib: rename bfd function to reflect real functionalityIgor Ryzhov2021-11-151-1/+1
* lib: remove confusing bfd TTL APIIgor Ryzhov2021-11-111-25/+4
* lib: constify read only parametersRafael Zalamena2021-11-041-2/+4
* lib: fix BFD IPv6 session address changeRenato Westphal2021-11-041-2/+1
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+10
* lib: fix spelling nits in more lib filesewlumpkin2021-10-051-1/+1
* lib: Send c-bit when not using bfdd as daemon of choiceDonald Sharp2021-08-271-0/+3
* lib: fix default ttl for single-hop bfd sessionsIgor Ryzhov2021-06-011-1/+1
* lib: fix bfd multihopIgor Ryzhov2021-06-011-3/+11
* lib: remove old bfd libraryIgor Ryzhov2021-05-071-347/+72
* Merge pull request #8495 from opensourcerouting/ospfv3-bfd-reworkIgor Ryzhov2021-04-231-0/+41
|\
| * lib: BFD session handling improvementRafael Zalamena2021-04-221-0/+41
* | lib: fix possible crash on BFD notificationRafael Zalamena2021-04-221-2/+2
|/
* lib: remove enabled flag for bfd sessionsIgor Ryzhov2021-04-221-19/+19
* lib: fix BFD crash on interface removalRafael Zalamena2021-04-141-9/+19
* ospfd: fix crash on "show ip ospf neighbor detail"Igor Ryzhov2021-04-091-0/+3
* lib: small BFD session notifier improvementRafael Zalamena2021-03-231-1/+5
* lib: new BFD integration APIRafael Zalamena2021-03-231-0/+634
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-6/+16
* Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-3/+3
|\
| * bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-151-3/+3
* | lib: notify BFD when adding new profileRafael Zalamena2020-11-081-1/+4
* | bfdd,lib: simplify integration protocolRafael Zalamena2020-11-081-10/+33
|/
* Merge pull request #6711 from GalaxyGorilla/bfd_isis_profilesQuentin Young2020-07-211-2/+25
|\
| * isisd: lib: refactor ISIS BFD APIGalaxyGorilla2020-07-101-0/+11
| * *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-2/+14
* | *: un-split strings across linesDavid Lamparter2020-07-141-8/+4
|/
* lib: permit BFD library users to pass NULLRafael Zalamena2020-06-121-4/+6
* bfdd,lib: implement protocol profile selectionRafael Zalamena2020-05-291-83/+116