diff options
| author | Karen Schoener <karen@voltanet.io> | 2020-07-22 12:10:59 -0400 | 
|---|---|---|
| committer | lynne <lynne@voltanet.io> | 2020-09-09 10:45:41 -0400 | 
| commit | e1894ff70f77f39ae993f875a96d6cb1282ffd1a (patch) | |
| tree | 2b626ddfa147660799e092679808e6e5fd6c055e /ldpd/ldp.h | |
| parent | f088c4e77db8d31d9d1c5f8f027acc84cde0b28d (diff) | |
ldpd: Adding support for LDP IGP Synchronization
Signed-off-by: Lynne Morrison <lynne@voltanet.io>
Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'ldpd/ldp.h')
| -rw-r--r-- | ldpd/ldp.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ldpd/ldp.h b/ldpd/ldp.h index 5d1bf81ec7..4bad3afc3c 100644 --- a/ldpd/ldp.h +++ b/ldpd/ldp.h @@ -51,6 +51,8 @@  #define	INIT_DELAY_TMR		15  #define	MAX_DELAY_TMR		120 +#define	DFLT_WAIT_FOR_SYNC	10 +  #define	MIN_PWID_ID		1  #define	MAX_PWID_ID		0xffffffff  | 
