summaryrefslogtreecommitdiff
path: root/ldpd/control.c
diff options
context:
space:
mode:
authorKaren Schoener <karen@voltanet.io>2020-07-22 12:10:59 -0400
committerlynne <lynne@voltanet.io>2020-09-09 10:45:41 -0400
commite1894ff70f77f39ae993f875a96d6cb1282ffd1a (patch)
tree2b626ddfa147660799e092679808e6e5fd6c055e /ldpd/control.c
parentf088c4e77db8d31d9d1c5f8f027acc84cde0b28d (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/control.c')
-rw-r--r--ldpd/control.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldpd/control.c b/ldpd/control.c
index cde99dc8a9..6554f0a6f1 100644
--- a/ldpd/control.c
+++ b/ldpd/control.c
@@ -263,6 +263,9 @@ control_dispatch_imsg(struct thread *thread)
nbr_clear_ctl(imsg.data);
break;
+ case IMSG_CTL_SHOW_LDP_SYNC:
+ ldpe_ldp_sync_ctl(c);
+ break;
case IMSG_CTL_LOG_VERBOSE:
/* ignore */
break;