| Commit message (Expand) | Author | Age | Files | Lines |
* | isisd, ospf6d, pimd: set vrf_id when creating bfd sessions | Igor Ryzhov | 2021-05-31 | 1 | -0/+1 |
* | isisd: rework BFD integration | Igor Ryzhov | 2021-05-07 | 1 | -377/+44 |
* | Merge pull request #8121 from opensourcerouting/macro-cleanup | Donatas Abraitis | 2021-03-22 | 1 | -1/+1 |
|\ |
|
| * | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -1/+1 |
* | | isisd: add debug logs to troubleshoot BFD issues | Emanuele Di Pascale | 2021-03-18 | 1 | -10/+57 |
* | | isisd: fix BFD session when IPv6 not configured | Emanuele Di Pascale | 2021-03-18 | 1 | -2/+8 |
|/ |
|
* | *: Fix usage of bfd_adj_event | Donald Sharp | 2021-02-07 | 1 | -3/+3 |
* | isisd: if IS-IS is configured for v6, prefer v6 bfd sessions | Karen Schoener | 2021-01-14 | 1 | -0/+47 |
* | isisd : Transformational changes to support different VRFs. | Kaushik | 2020-08-14 | 1 | -0/+8 |
* | isisd: lib: refactor ISIS BFD API | GalaxyGorilla | 2020-07-10 | 1 | -23/+48 |
* | *: add BFD profile support for IS-IS | GalaxyGorilla | 2020-07-10 | 1 | -5/+5 |
* | isisd: Fast RIB recovery from BFD recognized link failures | GalaxyGorilla | 2020-07-03 | 1 | -0/+2 |
* | Merge pull request #6437 from opensourcerouting/bfd-profiles-bgp | Donald Sharp | 2020-07-02 | 1 | -4/+7 |
|\ |
|
| * | isisd: check interface pointer before accessing | Rafael Zalamena | 2020-05-31 | 1 | -4/+7 |
* | | ISIS VRF: ISIS Debug structure modifications | harios | 2020-06-24 | 1 | -5/+5 |
|/ |
|
* | isisd: fix display of "isis bfd" in the running configuration | Renato Westphal | 2020-04-23 | 1 | -0/+4 |
* | isisd: Prevent use after free for isis_adj_state_change | Donald Sharp | 2020-04-18 | 1 | -1/+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 | -1/+2 |
* | isisd: add support for IPv6 BFD peers | Renato Westphal | 2019-08-22 | 1 | -31/+98 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -1/+4 |
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 1 | -2/+2 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 1 | -4/+2 |
* | isisd: Fix license header of bfd code | Christian Franke | 2018-10-12 | 1 | -11/+8 |
* | isisd: Address code-style warnings | Christian Franke | 2018-10-12 | 1 | -1/+5 |
* | isisd: don't add deprecated bfd command | Christian Franke | 2018-10-09 | 1 | -8/+1 |
* | isisd: Track BFD state and take down adjacency on failure | Christian Franke | 2018-10-05 | 1 | -1/+57 |
* | isisd: Add debugging for BFD | Christian Franke | 2018-10-05 | 1 | -0/+61 |
* | isisd: Implement BFD replay function | Christian Franke | 2018-10-05 | 1 | -0/+12 |
* | isisd: Register/deregister BFD peers for adjacencies | Christian Franke | 2018-10-05 | 1 | -1/+123 |
* | isisd: Write BFD config | Christian Franke | 2018-10-05 | 1 | -0/+22 |
* | isisd: Add BFD configuration commands | Christian Franke | 2018-10-05 | 1 | -0/+23 |
* | isisd: Register as BFD client | Christian Franke | 2018-10-05 | 1 | -0/+60 |