summaryrefslogtreecommitdiff
path: root/isisd/isis_lfa.c
AgeCommit message (Expand)Author
2023-04-18isisd: add support of (ti-)lfa to flex-algoLouis Scalbert
2023-04-17isisd: update struct isis_spftree with algorithm idHiroki Shirokura
2023-04-11Merge pull request #12698 from Orange-OpenSource/isisdRuss White
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-21isisd: Update to the new printfrr ISO formatOlivier Dugeon
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-24isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-10Revert "isisd: fix metric calculation of classic lfa backup prefixes"Donatas Abraitis
2022-05-24isisd: fix metric calculation of classic lfa backup prefixesLouis Scalbert
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-22isisd: ldp cleaning issue on invalid sptreeFrancois Dumontet
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-11-30isisd: Add support for RFC6119 (IPv6 TE in IS-IS)Olivier Dugeon
2021-05-03isisd: link protection optional fallback in ti-lfaFredi Raspall
2021-05-01isisd: fix memory leak for non-freed spftreesFredi Raspall
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
2021-02-26isisd: handle corner case involving TI-LFA and the SR No-PHP flagRenato Westphal
2021-02-26isisd: remove assert from the TI-LFA repair list computation algorithmRenato Westphal
2021-01-08isisd: remove two overly verbose LFA debug messagesRenato Westphal
2021-01-08isisd: fix logging of uninitialized data in the TI-LFA codeRenato Westphal
2021-01-08isisd: implement Remote LFARenato Westphal
2020-11-24isisd: add the "show isis fast-reroute summary" commandRenato Westphal
2020-11-24isisd: add support for classic LFA (RFC 5286)Renato Westphal
2020-11-24isisd: rename the "debug isis ti-lfa" command to make it more genericRenato Westphal
2020-11-24isisd: consult locally configured MSD when computing TI-LFA repair pathsRenato Westphal
2020-10-23isisd: fix the TI-LFA repair paths to preserve the original Prefix-SIDRenato Westphal
2020-10-23isisd: refactor handling of SR Prefix-SIDsRenato Westphal
2020-10-23isisd: create routes for local destinationsRenato Westphal
2020-10-14isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal
2020-10-14isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal