From e1894ff70f77f39ae993f875a96d6cb1282ffd1a Mon Sep 17 00:00:00 2001 From: Karen Schoener Date: Wed, 22 Jul 2020 12:10:59 -0400 Subject: ldpd: Adding support for LDP IGP Synchronization Signed-off-by: Lynne Morrison Signed-off-by: Karen Schoener --- ldpd/neighbor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldpd/neighbor.c') 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; -- cgit v1.2.3