diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-03-20 11:34:52 +0100 |
|---|---|---|
| committer | Olivier Dugeon <olivier.dugeon@orange.com> | 2020-06-03 19:31:50 +0200 |
| commit | b37eb79c014e73e7f18caf351b049bea55ea9757 (patch) | |
| tree | ad80ce55ddc20569188a77b9a48e9b369221d605 /ospfd/ospf_spf.c | |
| parent | ec91e8a9ee1c5936a2a21fa2a20d8f0d7717ffe5 (diff) | |
ospfd: Add ECMP support to OSPF Segment Routing
* Change sr_prefix structure in ospf_sr.h to add support to ECMP
* Add new Segment Routing information to ospf_paths in ospf_route.h
* Backport MPLS label configuration from IS-IS Segment Routing implementation
* Re-write log message in ospf_sr.c and ospf_ext.c
Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_spf.c')
| -rw-r--r-- | ospfd/ospf_spf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index ae70a5c789..64c59c9abf 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -1369,7 +1369,7 @@ static int ospf_spf_calculate_timer(struct thread *thread) abr_time = monotime_since(&start_time, NULL); /* Schedule Segment Routing update */ - ospf_sr_update_timer_add(ospf); + ospf_sr_update_task(ospf); total_spf_time = monotime_since(&spf_start_time, &ospf->ts_spf_duration); |
