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 /lib/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 'lib/ldp_sync.h')
| -rw-r--r-- | lib/ldp_sync.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ldp_sync.h b/lib/ldp_sync.h index 73e3dac3d8..0429e17d5c 100644 --- a/lib/ldp_sync.h +++ b/lib/ldp_sync.h @@ -39,14 +39,10 @@ extern "C" { #define LDP_IGP_SYNC_HOLDDOWN_DEFAULT 0 -#define LDP_IGP_SYNC_HELLO_TIMEOUT 5 - /* LDP-IGP Sync structures */ struct ldp_sync_info_cmd { uint16_t flags; uint16_t holddown; /* timer value */ - uint32_t sequence; /* hello sequence number */ - struct thread *t_hello; /* hello timer for detecting LDP going down */ }; struct ldp_sync_info { @@ -79,11 +75,6 @@ struct ldp_igp_sync_if_state_req { char name[INTERFACE_NAMSIZ]; }; -struct ldp_igp_sync_hello { - int proto; - unsigned int sequence; -}; - #ifdef __cplusplus } #endif |
