summaryrefslogtreecommitdiff
path: root/isisd/fabricd.c
AgeCommit message (Expand)Author
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-04fabricd: Turn off excessive logging when peering will not come upDonald Sharp
2022-07-21isisd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-23isisd: Fix crash with xfrm interface typeDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-08isisd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-10-04isisd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-03-22isisd: kill isis_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-08-26isisd: add abiliy to compute the reverse shortest path treeRenato Westphal
2020-08-26isisd: make the SPF code more modularRenato Westphal
2020-08-14isisd : Transformational changes to support different VRFs.Kaushik
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-06-24ISIS VRF: ISIS Debug structure modificationsharios
2020-03-25*: use the current project name (FRRouting)Lou Berger
2020-03-24bgpd, isisd, lib: Make key values const for skiplistDonald Sharp
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-02-25*: Rename backet to bucketTim Bray
2018-12-12Minor adjustments to address CI warningsRodny Molina
2018-12-07fabricd: Disabling OpenFabric optimization to avoid considering T0 devices on...Rodny Molina
2018-12-07fabricd: Update neighbor list on adjacency state changeChristian Franke
2018-12-07fabricd: make triggered csnp delay configurableChristian Franke
2018-12-07fabricd: Improve LSP flooding logChristian Franke
2018-12-07fabricd: Add `show openfabric flooding` commandChristian Franke
2018-12-07fabricd: Populate NL from adjdb, not spfChristian Franke
2018-12-07isisd: Provide better flooding debuggingChristian Franke
2018-11-15fabricd: Fix flooding bugChristian Franke
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-09-05fabricd: add support for completely unnumbered operationChristian Franke
2018-09-05fabricd: trigger CSNP after flooding scope LSP has been receivedChristian Franke
2018-09-05fabricd: add flooding algorithm debuggingChristian Franke
2018-09-05fabricd: implement flooding optimizationChristian Franke
2018-09-05fabricd: build a list of neighbors and neighbors neighborsChristian Franke
2018-09-05fabricd: reimplement LSP transmission logicChristian Franke
2018-09-05fabricd: implement fabric locality detection algorithmChristian Franke
2018-09-05fabricd: allow to configure tier-level advertisementChristian Franke
2018-09-05fabricd: run a hop-by-hop spfChristian Franke
2018-09-05fabricd: adjacency formation optimization as per section 2.4Christian Franke