diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-12-09 20:21:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-09 20:21:11 -0500 |
| commit | 6f4249f9b759f7e3a54b7935342e6f73bebf3bf9 (patch) | |
| tree | 830b2343f14c14c02f752666571b98fd79ecc851 /lib/ldp_sync.h | |
| parent | dc29bb3b6b22a86702641adf2b0b700fc02b6f75 (diff) | |
| parent | 4d1e5644b737663f02db4601b4f6d837a4986ca0 (diff) | |
Merge pull request #7703 from volta-networks/fix_ldpsync_remove_hello
ldpd, isisd, ospfd: Remove periodic ldp-sync hello message
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 |
