summaryrefslogtreecommitdiff
path: root/ospfd/ospf_neighbor.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-05-31 10:27:51 -0300
committerRenato Westphal <renato@opensourcerouting.org>2021-07-05 11:43:02 -0300
commitcd52c44c009dad73ad65e0f0daf7855095121cdb (patch)
tree57ef40bf8cae2f3cddcb3d6c2ebec64fb74c62c0 /ospfd/ospf_neighbor.h
parent3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4 (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.h')
-rw-r--r--ospfd/ospf_neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_neighbor.h b/ospfd/ospf_neighbor.h
index 2ce6d6755c..433b136153 100644
--- a/ospfd/ospf_neighbor.h
+++ b/ospfd/ospf_neighbor.h
@@ -22,7 +22,7 @@
#ifndef _ZEBRA_OSPF_NEIGHBOR_H
#define _ZEBRA_OSPF_NEIGHBOR_H
-#include <ospfd/ospf_gr_helper.h>
+#include <ospfd/ospf_gr.h>
#include <ospfd/ospf_packet.h>
/* Neighbor Data Structure */