summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
authorAcee <aceelindem@gmail.com>2023-06-15 23:50:24 +0200
committerAcee <aceelindem@gmail.com>2023-06-23 13:20:35 +0200
commitc6e3af30133e3ba7ccea2118e410bc54b978fe26 (patch)
treebcee20fb47bc78471c392c67cfd16d8caa0a391f /ospfd/ospfd.c
parentMerge pull request #13742 from sri-mohan1/srib-ldpd1 (diff)
downloadfrr-c6e3af30133e3ba7ccea2118e410bc54b978fe26.tar.xz
frr-c6e3af30133e3ba7ccea2118e410bc54b978fe26.zip
ospfd: Add config callbacks and suppress hello during config load.
Signed-off-by: Acee <aceelindem@gmail.com>
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index 51e937f42..053907f20 100644
--- a/ospfd/ospfd.c
+++ b/ospfd/ospfd.c
@@ -61,6 +61,8 @@ unsigned short ospf_instance;
extern struct zclient *zclient;
+/* OSPF config processing timer thread */
+struct event *t_ospf_cfg;
static void ospf_remove_vls_through_area(struct ospf *, struct ospf_area *);
static void ospf_network_free(struct ospf *, struct ospf_network *);