summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ti_lfa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Delete `q_space->vertex_list` on No Backup PathKeelan102023-08-191-0/+1
* ospfd: Ensure listnode returns are usableDonald Sharp2023-08-071-1/+5
* ospf_ti_lfa: Free p_space memory allocationKeelan102023-05-121-0/+1
* ospfd: Free up q_space in early return pathDonald Sharp2023-03-171-0/+5
* ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp2023-03-171-12/+7
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley2023-02-141-2/+2
|/
* ospfd: add all_rtrs route table when opaque enabledChristian Hopps2022-06-021-5/+8
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* ospfd: Minor memory fixesGalaxyGorilla2021-01-191-4/+8
* ospfd: Add 'debug ospf ti-lfa' commandGalaxyGorilla2021-01-191-29/+43
* ospfd: Add support for non-adjacent TI-LFA P/Q spacesGalaxyGorilla2021-01-191-82/+442
* ospfd: TI-LFA backup path enhancementsGalaxyGorilla2021-01-191-60/+77
* ospfd: enhance TI-LFA memory managementGalaxyGorilla2021-01-191-7/+24
* ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-191-44/+167
* ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla2021-01-191-6/+33
* ospfd: Add support for reverse SPF (P2P only)GalaxyGorilla2021-01-191-1/+5
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-0/+548