diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2021-05-31 10:27:51 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2021-07-05 11:43:02 -0300 | 
| commit | cd52c44c009dad73ad65e0f0daf7855095121cdb (patch) | |
| tree | 57ef40bf8cae2f3cddcb3d6c2ebec64fb74c62c0 /ospfd/ospf_neighbor.c | |
| parent | 3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4 (diff) | |
ospfd: rename the graceful restart header
Both the GR helper code and the upcoming GR restarting code are going
to share a lot of definitions. As such, rename ospf_gr_helper.h to
ospf_gr.h, which will be the central point of all GR definitions
and prototypes.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_neighbor.c')
| -rw-r--r-- | ospfd/ospf_neighbor.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_neighbor.c b/ospfd/ospf_neighbor.c index 8725497f2d..98fb54d82a 100644 --- a/ospfd/ospf_neighbor.c +++ b/ospfd/ospf_neighbor.c @@ -44,7 +44,7 @@  #include "ospfd/ospf_flood.h"  #include "ospfd/ospf_dump.h"  #include "ospfd/ospf_bfd.h" -#include "ospfd/ospf_gr_helper.h" +#include "ospfd/ospf_gr.h"  /* Fill in the the 'key' as appropriate to retrieve the entry for nbr   * from the ospf_interface's nbrs table. Indexed by interface address  | 
