diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:09:55 +0200 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:09:55 +0200 | 
| commit | 3228977f58d289f8dbdb9b5bafc541e1dfd027d7 (patch) | |
| tree | ab3f0252d3e7e3a19971c50e6397de6aa596f348 /ospfd/ospf_spf.h | |
| parent | af7e7dbec5afafde314ec8a8f8582066b5ce2382 (diff) | |
Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"
This reverts commit 9f2984d97c2e23198db47d39a725f3c50d2ee0ed.
Diffstat (limited to 'ospfd/ospf_spf.h')
| -rw-r--r-- | ospfd/ospf_spf.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.h b/ospfd/ospf_spf.h index 2578051c2c..88daf4c013 100644 --- a/ospfd/ospf_spf.h +++ b/ospfd/ospf_spf.h @@ -105,6 +105,5 @@ extern int vertex_parent_cmp(void *aa, void *bb);  extern void ospf_spf_print(struct vty *vty, struct vertex *v, int i);  extern void ospf_restart_spf(struct ospf *ospf); -extern void ospf_orr_spf_calculate_schedule_worker(struct thread *thread);  /* void ospf_spf_calculate_timer_add (); */  #endif /* _QUAGGA_OSPF_SPF_H */  | 
