summaryrefslogtreecommitdiff
path: root/ospfd/ospf_ldp_sync.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-12-09 11:49:22 -0500
committerGitHub <noreply@github.com>2020-12-09 11:49:22 -0500
commit327c3aad2a08021ef2e4239bd0df123fa2845fbd (patch)
tree7b36f9accfb5ef9bb3cf4f184e66a3cbd87a5499 /ospfd/ospf_ldp_sync.h
parente386d2b15419382d3cf00a6cd986fbdc723b48f5 (diff)
parentcb135cc94303d2581987645f124bd6d4cecd80a6 (diff)
Merge pull request #7686 from volta-networks/fix_ldpsync_igps_detect_client_close
isisd, ospfd: IGPs detect LDP down via zapi client close message
Diffstat (limited to 'ospfd/ospf_ldp_sync.h')
-rw-r--r--ospfd/ospf_ldp_sync.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_ldp_sync.h b/ospfd/ospf_ldp_sync.h
index d4efa55311..418ca4e5b6 100644
--- a/ospfd/ospf_ldp_sync.h
+++ b/ospfd/ospf_ldp_sync.h
@@ -50,6 +50,8 @@ extern void ospf_ldp_sync_if_write_config(struct vty *vty,
extern int ospf_ldp_sync_state_update(struct ldp_igp_sync_if_state state);
extern int ospf_ldp_sync_announce_update(struct ldp_igp_sync_announce announce);
extern int ospf_ldp_sync_hello_update(struct ldp_igp_sync_hello hello);
+extern void
+ospf_ldp_sync_handle_client_close(struct zapi_client_close_info *info);
extern void ospf_ldp_sync_state_req_msg(struct interface *ifp);
extern void ospf_ldp_sync_init(void);
extern void ospf_ldp_sync_gbl_exit(struct ospf *ospf, bool remove);