index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
/
ospf_spf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
ospfd: Fix ospf_ti_lfa drop of an entire table
Donald Sharp
2023-03-17
1
-1
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
ospfd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-1
/
+1
*
Revert "ospfd: rSPF calc and messaging for optimal route reflection"
Donatas Abraitis
2023-01-17
1
-188
/
+27
*
Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"
Donatas Abraitis
2023-01-17
1
-34
/
+39
*
Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"
Donatas Abraitis
2023-01-17
1
-1
/
+8
*
ospfd: fix SPF table memory leak
Rafael Zalamena
2022-12-20
1
-4
/
+6
*
ospfd: fix memory leak on SPF calculation
Rafael Zalamena
2022-12-12
1
-17
/
+48
*
ospfd: pass the length of string to function
anlan_cs
2022-10-13
1
-11
/
+11
*
bgpd, ospfd: update BGP when routes are removed from OSPF routing table
Madhuri Kuruganti
2022-10-12
1
-8
/
+1
*
ospfd: few fixes in rSPF calc when LSA received from non root node
Madhuri Kuruganti
2022-10-12
1
-39
/
+34
*
ospfd: rSPF calc and messaging for optimal route reflection
Madhuri Kuruganti
2022-10-12
1
-27
/
+188
*
ospfd: Adding SUPPORT_OSPF_API define in ospf_spf.c
Michal Ruprich
2022-09-06
1
-0
/
+5
*
ospfd: changes for code maintainability
sri-mohan1
2022-08-28
1
-15
/
+13
*
ospfd: free unreachable router LSA node so that it is not left unreachable
Lou Berger
2022-07-16
1
-2
/
+7
*
ospfd: api: add reachable router notifications
Christian Hopps
2022-06-02
1
-0
/
+2
*
ospfd: add all_rtrs route table when opaque enabled
Christian Hopps
2022-06-02
1
-8
/
+34
*
*: Fix spelling of neccessary
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
ospfd: correctly cleanup spf data
Igor Ryzhov
2021-08-31
1
-0
/
+3
*
ospfd: introduce support for Graceful Restart (restarting mode)
Renato Westphal
2021-07-05
1
-0
/
+2
*
ospfd: fix logging of what triggered the SPF run
Renato Westphal
2021-06-08
1
-7
/
+7
*
ospfd: Use _func__ instead of __PRETTY_FUNCTION__
Donald Sharp
2021-05-12
1
-1
/
+1
*
ospfd: changes for PMP network /32 prefix length
Amol Lad
2021-04-05
1
-1
/
+3
*
ospfd: Max multipath config support
rgirada
2021-03-30
1
-0
/
+24
*
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
1
-1
/
+1
*
ospfd: Convert to using proper string formatting
Donald Sharp
2021-03-10
1
-32
/
+13
*
ospfd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-62
/
+0
*
ospfd: Fix P2MP handling when TI-LFA is enabled
GalaxyGorilla
2021-01-19
1
-14
/
+33
*
ospfd: Minor memory fixes
GalaxyGorilla
2021-01-19
1
-1
/
+4
*
ospfd: Add support for TI-LFA node protection
GalaxyGorilla
2021-01-19
1
-20
/
+134
*
ospfd: Make use of adjacency SIDs in TI-LFA
GalaxyGorilla
2021-01-19
1
-0
/
+15
*
ospfd: Add support for reverse SPF (P2P only)
GalaxyGorilla
2021-01-19
1
-1
/
+58
*
ospfd: TI-LFA basic infrastructure and algorithms
GalaxyGorilla
2021-01-19
1
-39
/
+317
*
*: Replace s_addr check agains 0 with INADDR_ANY
Donatas Abraitis
2020-12-14
1
-1
/
+1
*
ospfd: Restore POINTOMULTIPOINT to working order
Donald Sharp
2020-11-28
1
-23
/
+58
*
ospfd: fix NSSA translator
ckishimo
2020-11-19
1
-1
/
+4
*
ospfd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-48
/
+48
*
ospfd: use a new vertex list for every SPF run
GalaxyGorilla
2020-08-27
1
-25
/
+27
*
ospfd: bring back some P2P SPF interface code
GalaxyGorilla
2020-08-18
1
-18
/
+51
*
ospfd: add print helper for SPF trees and route tables
GalaxyGorilla
2020-08-18
1
-0
/
+27
*
ospfd: introduce a 'dry run' into SPF code
GalaxyGorilla
2020-08-18
1
-105
/
+101
*
ospfd: clean some bitrot in SPF code
GalaxyGorilla
2020-08-14
1
-289
/
+304
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
ospfd: Add ECMP support to OSPF Segment Routing
Olivier Dugeon
2020-06-03
1
-1
/
+1
[next]