| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -5/+3 |
* | lib: fix the right value is returned for fail cases | anlan_cs | 2022-01-12 | 1 | -0/+6 |
* | lib: rename one bfd parameter name to reflect real meaning | anlan_cs | 2022-01-10 | 1 | -8/+8 |
* | lib: small debug adjustment for bfd | anlan_cs | 2022-01-08 | 1 | -4/+4 |
* | lib: rename bfd function to reflect real functionality | Igor Ryzhov | 2021-11-15 | 1 | -1/+1 |
* | lib: remove confusing bfd TTL API | Igor Ryzhov | 2021-11-11 | 1 | -25/+4 |
* | lib: constify read only parameters | Rafael Zalamena | 2021-11-04 | 1 | -2/+4 |
* | lib: fix BFD IPv6 session address change | Renato Westphal | 2021-11-04 | 1 | -2/+1 |
* | *: convert zclient callbacks to table | David Lamparter | 2021-10-20 | 1 | -5/+10 |
* | lib: fix spelling nits in more lib files | ewlumpkin | 2021-10-05 | 1 | -1/+1 |
* | lib: Send c-bit when not using bfdd as daemon of choice | Donald Sharp | 2021-08-27 | 1 | -0/+3 |
* | lib: fix default ttl for single-hop bfd sessions | Igor Ryzhov | 2021-06-01 | 1 | -1/+1 |
* | lib: fix bfd multihop | Igor Ryzhov | 2021-06-01 | 1 | -3/+11 |
* | lib: remove old bfd library | Igor Ryzhov | 2021-05-07 | 1 | -347/+72 |
* | Merge pull request #8495 from opensourcerouting/ospfv3-bfd-rework | Igor Ryzhov | 2021-04-23 | 1 | -0/+41 |
|\ |
|
| * | lib: BFD session handling improvement | Rafael Zalamena | 2021-04-22 | 1 | -0/+41 |
* | | lib: fix possible crash on BFD notification | Rafael Zalamena | 2021-04-22 | 1 | -2/+2 |
|/ |
|
* | lib: remove enabled flag for bfd sessions | Igor Ryzhov | 2021-04-22 | 1 | -19/+19 |
* | lib: fix BFD crash on interface removal | Rafael Zalamena | 2021-04-14 | 1 | -9/+19 |
* | ospfd: fix crash on "show ip ospf neighbor detail" | Igor Ryzhov | 2021-04-09 | 1 | -0/+3 |
* | lib: small BFD session notifier improvement | Rafael Zalamena | 2021-03-23 | 1 | -1/+5 |
* | lib: new BFD integration API | Rafael Zalamena | 2021-03-23 | 1 | -0/+634 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | *: Fix usage of bfd_adj_event | Donald Sharp | 2021-02-07 | 1 | -6/+16 |
* | Merge pull request #7478 from donaldsharp/buffer | Mark Stapp | 2020-11-18 | 1 | -3/+3 |
|\ |
|
| * | bgpd, lib, sharpd: Add enum for zclient_send_message return | Donald Sharp | 2020-11-15 | 1 | -3/+3 |
* | | lib: notify BFD when adding new profile | Rafael Zalamena | 2020-11-08 | 1 | -1/+4 |
* | | bfdd,lib: simplify integration protocol | Rafael Zalamena | 2020-11-08 | 1 | -10/+33 |
|/ |
|
* | Merge pull request #6711 from GalaxyGorilla/bfd_isis_profiles | Quentin Young | 2020-07-21 | 1 | -2/+25 |
|\ |
|
| * | isisd: lib: refactor ISIS BFD API | GalaxyGorilla | 2020-07-10 | 1 | -0/+11 |
| * | *: add BFD profile support for IS-IS | GalaxyGorilla | 2020-07-10 | 1 | -2/+14 |
* | | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -8/+4 |
|/ |
|
* | lib: permit BFD library users to pass NULL | Rafael Zalamena | 2020-06-12 | 1 | -4/+6 |
* | bfdd,lib: implement protocol profile selection | Rafael Zalamena | 2020-05-29 | 1 | -83/+116 |
* | Merge pull request #5916 from mjstapp/fix_gmtime | Quentin Young | 2020-03-05 | 1 | -4/+4 |
|\ |
|
| * | *: use gmtime_r, localtime_r exclusively | Mark Stapp | 2020-03-05 | 1 | -4/+4 |
* | | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -3/+3 |
|/ |
|
* | *: remove null check before XFREE | Quentin Young | 2020-02-04 | 1 | -3/+1 |
* | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -1/+0 |
* | bfdd: Handling local and remote admin-down | SumitAgarwal123 | 2019-10-29 | 1 | -0/+2 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -2/+12 |
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 1 | -2/+3 |
* | lib: reduce exported var symbols | Quentin Young | 2019-04-03 | 1 | -2/+2 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -1/+1 |
* | bgpd/ospfd: make bgp and ospf json response a bit more consistent | Don Slice | 2018-08-30 | 1 | -3/+3 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -8/+7 |
* | lib: Fix abbreviation | Donald Sharp | 2017-09-29 | 1 | -1/+1 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -371/+337 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -2/+2 |