diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-24 07:17:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-24 07:17:06 -0400 |
| commit | 7bd48975b90419b65326c5663e46bb88c276878f (patch) | |
| tree | e874b496b507e9fd7f5fa74b0955c5a2cca98889 /ldpd/control.c | |
| parent | 7a6327c003a57b8c9c98dea84f48d4f9b2eb0763 (diff) | |
| parent | 0f7b5df9259347bfc425c73fe7cf1ffc89cf2269 (diff) | |
Merge pull request #286 from opensourcerouting/ldpd-tshoot
Ldpd tshoot
Diffstat (limited to 'ldpd/control.c')
| -rw-r--r-- | ldpd/control.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ldpd/control.c b/ldpd/control.c index 0bfe0abc9d..5c530e1b70 100644 --- a/ldpd/control.c +++ b/ldpd/control.c @@ -242,6 +242,9 @@ control_dispatch_imsg(struct thread *thread) case IMSG_CTL_SHOW_DISCOVERY: ldpe_adj_ctl(c); break; + case IMSG_CTL_SHOW_DISCOVERY_DTL: + ldpe_adj_detail_ctl(c); + break; case IMSG_CTL_SHOW_LIB: case IMSG_CTL_SHOW_L2VPN_PW: case IMSG_CTL_SHOW_L2VPN_BINDING: |
