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/neighbor.c | |
| 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/neighbor.c')
| -rw-r--r-- | ldpd/neighbor.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ldpd/neighbor.c b/ldpd/neighbor.c index 6143beb6b9..236d3eaa58 100644 --- a/ldpd/neighbor.c +++ b/ldpd/neighbor.c @@ -764,6 +764,8 @@ nbr_act_session_operational(struct nbr *nbr)  	/* this is necessary to avoid ipc synchronization issues */  	nbr_update_peerid(nbr); +	ldp_sync_fsm_nbr_event(nbr, LDP_SYNC_EVT_LDP_SYNC_START); +  	memset(&lde_nbr, 0, sizeof(lde_nbr));  	lde_nbr.id = nbr->id;  	lde_nbr.v4_enabled = nbr->v4_enabled;  | 
