summaryrefslogtreecommitdiff
path: root/ospfd/ospf_apiserver.h
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2022-01-19 06:42:03 -0500
committerChristian Hopps <chopps@labn.net>2022-06-02 16:37:16 -0400
commit97355a6d92759c712b018023f67d07c4726e8c14 (patch)
tree0bc5a4f8014ae3b57dd5676be3b0e2505c74e86e /ospfd/ospf_apiserver.h
parentb1e40ef0ea991e157a3299e8aab0c5d50a0412cd (diff)
ospfd: api: add new ISM and NSM sync requests
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'ospfd/ospf_apiserver.h')
-rw-r--r--ospfd/ospf_apiserver.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ospf_apiserver.h b/ospfd/ospf_apiserver.h
index cb8c6d6573..7d728ead93 100644
--- a/ospfd/ospf_apiserver.h
+++ b/ospfd/ospf_apiserver.h
@@ -153,9 +153,14 @@ extern int ospf_apiserver_handle_sync_lsdb(struct ospf_apiserver *apiserv,
struct msg *msg);
extern int ospf_apiserver_handle_sync_reachable(struct ospf_apiserver *apiserv,
struct msg *msg);
+extern int ospf_apiserver_handle_sync_ism(struct ospf_apiserver *apiserv,
+ struct msg *msg);
+extern int ospf_apiserver_handle_sync_nsm(struct ospf_apiserver *apiserv,
+ struct msg *msg);
extern void ospf_apiserver_notify_reachable(struct route_table *ort,
struct route_table *nrt);
+
/* -----------------------------------------------------------
* Following are functions for LSA origination/deletion
* -----------------------------------------------------------