summaryrefslogtreecommitdiff
path: root/isisd/isis_spf_private.h
AgeCommit message (Expand)Author
2023-04-18isisd: calculate flex-algo constraint spfHiroki Shirokura
2023-04-17isisd: update struct isis_spftree with algorithm idHiroki Shirokura
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
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-04isisd: detect Prefix-SID collisions and handle them appropriatelyRenato Westphal
2020-10-23isisd: refactor handling of SR Prefix-SIDsRenato Westphal
2020-10-14isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal
2020-08-26isisd: add abiliy to compute the reverse shortest path treeRenato Westphal
2020-08-26isisd: make the SPF code more modularRenato Westphal
2020-03-24bgpd, isisd, lib: Make key values const for skiplistDonald Sharp
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-04-27isisd: replace dict_* with DECLARE_RBTREEDavid Lamparter
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-17Merge pull request #3040 from pacovn/static_analysis__drop_const_1Quentin Young
2018-09-17bgpd isisd ldpd lib: const drop fixes (SA)F. Aragon
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-08isisd: silence SA warningsDavid Lamparter
2018-09-05isisd: fix warnings by removing union isis_N and going to void * insteadChristian Franke
2018-09-05fabricd: add flooding algorithm debuggingChristian Franke
2018-09-05fabricd: implement flooding optimizationChristian Franke
2018-09-05fabricd: add field with first and second nexthop to SPF pathsChristian Franke
2018-09-05isisd: move spf datastructures to a header, to share with fabricdChristian Franke