summaryrefslogtreecommitdiffstats
path: root/isisd/isis_bfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd, ospf6d, pimd: set vrf_id when creating bfd sessionsIgor Ryzhov2021-05-311-0/+1
* isisd: rework BFD integrationIgor Ryzhov2021-05-071-377/+44
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-1/+1
|\
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* | isisd: add debug logs to troubleshoot BFD issuesEmanuele Di Pascale2021-03-181-10/+57
* | isisd: fix BFD session when IPv6 not configuredEmanuele Di Pascale2021-03-181-2/+8
|/
* *: Fix usage of bfd_adj_eventDonald Sharp2021-02-071-3/+3
* isisd: if IS-IS is configured for v6, prefer v6 bfd sessionsKaren Schoener2021-01-141-0/+47
* isisd : Transformational changes to support different VRFs.Kaushik2020-08-141-0/+8
* isisd: lib: refactor ISIS BFD APIGalaxyGorilla2020-07-101-23/+48
* *: add BFD profile support for IS-ISGalaxyGorilla2020-07-101-5/+5
* isisd: Fast RIB recovery from BFD recognized link failuresGalaxyGorilla2020-07-031-0/+2
* Merge pull request #6437 from opensourcerouting/bfd-profiles-bgpDonald Sharp2020-07-021-4/+7
|\
| * isisd: check interface pointer before accessingRafael Zalamena2020-05-311-4/+7
* | ISIS VRF: ISIS Debug structure modificationsharios2020-06-241-5/+5
|/
* isisd: fix display of "isis bfd" in the running configurationRenato Westphal2020-04-231-0/+4
* isisd: Prevent use after free for isis_adj_state_changeDonald Sharp2020-04-181-1/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+2
* isisd: add support for IPv6 BFD peersRenato Westphal2019-08-221-31/+98
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-1/+4
* bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-071-2/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-4/+2
* isisd: Fix license header of bfd codeChristian Franke2018-10-121-11/+8
* isisd: Address code-style warningsChristian Franke2018-10-121-1/+5
* isisd: don't add deprecated bfd commandChristian Franke2018-10-091-8/+1
* isisd: Track BFD state and take down adjacency on failureChristian Franke2018-10-051-1/+57
* isisd: Add debugging for BFDChristian Franke2018-10-051-0/+61
* isisd: Implement BFD replay functionChristian Franke2018-10-051-0/+12
* isisd: Register/deregister BFD peers for adjacenciesChristian Franke2018-10-051-1/+123
* isisd: Write BFD configChristian Franke2018-10-051-0/+22
* isisd: Add BFD configuration commandsChristian Franke2018-10-051-0/+23
* isisd: Register as BFD clientChristian Franke2018-10-051-0/+60