diff options
| author | Karen Schoener <karen@voltanet.io> | 2020-12-09 12:09:18 -0500 |
|---|---|---|
| committer | Karen Schoener <karen@volta.io> | 2020-12-09 14:11:38 -0500 |
| commit | 4d1e5644b737663f02db4601b4f6d837a4986ca0 (patch) | |
| tree | 8b14dc431eb4da7d43313f866de8b07489bcdd2d /ospfd/ospf_ldp_sync.h | |
| parent | 327c3aad2a08021ef2e4239bd0df123fa2845fbd (diff) | |
ldpd, isisd, ospfd: Remove periodic ldp-sync hello message
Removing the obsolete ldp-sync periodic 'hello' message.
When ldp-sync is configured, IGPs take action if the LDP process goes down.
The IGPs have been updated to use the zapi client close callback to detect
the LDP process going down.
Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'ospfd/ospf_ldp_sync.h')
| -rw-r--r-- | ospfd/ospf_ldp_sync.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_ldp_sync.h b/ospfd/ospf_ldp_sync.h index 418ca4e5b6..63f370724d 100644 --- a/ospfd/ospf_ldp_sync.h +++ b/ospfd/ospf_ldp_sync.h @@ -40,7 +40,6 @@ extern void ospf_ldp_sync_if_remove(struct interface *ifp, bool remove); extern void ospf_ldp_sync_if_down(struct interface *ifp); extern void ospf_ldp_sync_if_complete(struct interface *ifp); extern void ospf_ldp_sync_holddown_timer_add(struct interface *ifp); -extern void ospf_ldp_sync_hello_timer_add(struct ospf *ospf); extern void ospf_ldp_sync_ldp_fail(struct interface *ifp); extern void ospf_ldp_sync_show_info(struct vty *vty, struct ospf *ospf, json_object *json_vrf, bool use_json); @@ -49,7 +48,6 @@ extern void ospf_ldp_sync_if_write_config(struct vty *vty, struct ospf_if_params *params); 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); |
