summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospfd: Fix ospf_ti_lfa drop of an entire tableDonald Sharp2023-03-171-1/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospfd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+1
* Revert "ospfd: rSPF calc and messaging for optimal route reflection"Donatas Abraitis2023-01-171-188/+27
* Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis2023-01-171-34/+39
* Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"Donatas Abraitis2023-01-171-1/+8
* ospfd: fix SPF table memory leakRafael Zalamena2022-12-201-4/+6
* ospfd: fix memory leak on SPF calculationRafael Zalamena2022-12-121-17/+48
* ospfd: pass the length of string to functionanlan_cs2022-10-131-11/+11
* bgpd, ospfd: update BGP when routes are removed from OSPF routing tableMadhuri Kuruganti2022-10-121-8/+1
* ospfd: few fixes in rSPF calc when LSA received from non root nodeMadhuri Kuruganti2022-10-121-39/+34
* ospfd: rSPF calc and messaging for optimal route reflectionMadhuri Kuruganti2022-10-121-27/+188
* ospfd: Adding SUPPORT_OSPF_API define in ospf_spf.cMichal Ruprich2022-09-061-0/+5
* ospfd: changes for code maintainabilitysri-mohan12022-08-281-15/+13
* ospfd: free unreachable router LSA node so that it is not left unreachableLou Berger2022-07-161-2/+7
* ospfd: api: add reachable router notificationsChristian Hopps2022-06-021-0/+2
* ospfd: add all_rtrs route table when opaque enabledChristian Hopps2022-06-021-8/+34
* *: Fix spelling of neccessaryDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* ospfd: correctly cleanup spf dataIgor Ryzhov2021-08-311-0/+3
* ospfd: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-07-051-0/+2
* ospfd: fix logging of what triggered the SPF runRenato Westphal2021-06-081-7/+7
* ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-1/+1
* ospfd: changes for PMP network /32 prefix lengthAmol Lad2021-04-051-1/+3
* ospfd: Max multipath config supportrgirada2021-03-301-0/+24
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-1/+1
* ospfd: Convert to using proper string formattingDonald Sharp2021-03-101-32/+13
* ospfd: Remove #if 0 codeDonald Sharp2021-01-281-62/+0
* ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla2021-01-191-14/+33
* ospfd: Minor memory fixesGalaxyGorilla2021-01-191-1/+4
* ospfd: Add support for TI-LFA node protectionGalaxyGorilla2021-01-191-20/+134
* ospfd: Make use of adjacency SIDs in TI-LFAGalaxyGorilla2021-01-191-0/+15
* ospfd: Add support for reverse SPF (P2P only)GalaxyGorilla2021-01-191-1/+58
* ospfd: TI-LFA basic infrastructure and algorithmsGalaxyGorilla2021-01-191-39/+317
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* ospfd: Restore POINTOMULTIPOINT to working orderDonald Sharp2020-11-281-23/+58
* ospfd: fix NSSA translatorckishimo2020-11-191-1/+4
* ospfd: replace inet_ntoaMark Stapp2020-10-221-48/+48
* ospfd: use a new vertex list for every SPF runGalaxyGorilla2020-08-271-25/+27
* ospfd: bring back some P2P SPF interface codeGalaxyGorilla2020-08-181-18/+51
* ospfd: add print helper for SPF trees and route tablesGalaxyGorilla2020-08-181-0/+27
* ospfd: introduce a 'dry run' into SPF codeGalaxyGorilla2020-08-181-105/+101
* ospfd: clean some bitrot in SPF codeGalaxyGorilla2020-08-141-289/+304
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* ospfd: Add ECMP support to OSPF Segment RoutingOlivier Dugeon2020-06-031-1/+1