summaryrefslogtreecommitdiffstats
path: root/isisd/isis_lfa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: add support of (ti-)lfa to flex-algoLouis Scalbert2023-04-181-13/+18
* isisd: update struct isis_spftree with algorithm idHiroki Shirokura2023-04-171-4/+8
* Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-2/+2
|\
| * isisd: Update to the new printfrr ISO formatOlivier Dugeon2023-03-211-2/+2
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
|/
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-10-241-7/+11
* isisd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-2/+2
* Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis2022-07-101-11/+7
* isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert2022-05-241-7/+11
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-2/+2
* isisd: ldp cleaning issue on invalid sptreeFrancois Dumontet2022-04-221-0/+5
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon2021-11-301-3/+2
* isisd: link protection optional fallback in ti-lfaFredi Raspall2021-05-031-0/+5
* isisd: fix memory leak for non-freed spftreesFredi Raspall2021-05-011-3/+6
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+1
* isisd: handle corner case involving TI-LFA and the SR No-PHP flagRenato Westphal2021-02-261-0/+15
* isisd: remove assert from the TI-LFA repair list computation algorithmRenato Westphal2021-02-261-1/+7
* isisd: remove two overly verbose LFA debug messagesRenato Westphal2021-01-091-11/+0
* isisd: fix logging of uninitialized data in the TI-LFA codeRenato Westphal2021-01-091-8/+10
* isisd: implement Remote LFARenato Westphal2021-01-091-23/+544
* isisd: add the "show isis fast-reroute summary" commandRenato Westphal2020-11-251-0/+2
* isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-251-46/+744
* isisd: rename the "debug isis ti-lfa" command to make it more genericRenato Westphal2020-11-251-49/+47
* isisd: consult locally configured MSD when computing TI-LFA repair pathsRenato Westphal2020-11-251-1/+13
* isisd: fix the TI-LFA repair paths to preserve the original Prefix-SIDRenato Westphal2020-10-231-10/+32
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-231-19/+2
* isisd: create routes for local destinationsRenato Westphal2020-10-231-0/+4
* isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal2020-10-141-1/+17
* isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-141-0/+1087