summaryrefslogtreecommitdiffstats
path: root/isisd/isis_spf_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* isisd: calculate flex-algo constraint spfHiroki Shirokura2023-04-181-0/+4
* isisd: update struct isis_spftree with algorithm idHiroki Shirokura2023-04-171-0/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-14/+1
* isisd: implement Remote LFARenato Westphal2021-01-091-0/+17
* isisd: add the "show isis fast-reroute summary" commandRenato Westphal2020-11-251-0/+9
* isisd: add support for classic LFA (RFC 5286)Renato Westphal2020-11-251-0/+7
* isisd: detect Prefix-SID collisions and handle them appropriatelyRenato Westphal2020-11-041-0/+1
* isisd: refactor handling of SR Prefix-SIDsRenato Westphal2020-10-231-7/+12
* isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal2020-10-141-2/+18
* isisd: add abiliy to compute the reverse shortest path treeRenato Westphal2020-08-271-0/+1
* isisd: make the SPF code more modularRenato Westphal2020-08-271-2/+17
* bgpd, isisd, lib: Make key values const for skiplistDonald Sharp2020-03-241-4/+4
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter2019-04-271-2/+2
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-3/+3
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young2018-09-171-2/+2
|\
| * bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon2018-09-171-2/+2
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
|/
* isisd: silence SA warningsDavid Lamparter2018-09-081-2/+5
* isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke2018-09-051-10/+9
* fabricd: add flooding algorithm debuggingChristian Franke2018-09-051-0/+3
* fabricd: implement flooding optimizationChristian Franke2018-09-051-1/+1
* fabricd: add field with first and second nexthop to SPF pathsChristian Franke2018-09-051-0/+6
* isisd: move spf datastructures to a header, to share with fabricdChristian Franke2018-09-051-0/+351