diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-17 02:11:15 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-21 01:42:14 +0100 |
commit | bc0eb287fa07b139b6f193c3dc4f033eddda6833 (patch) | |
tree | 72e3067c42b7eb0377a1dd05efa0f915aac24eab /ldpd/ldpe.h | |
parent | Merge pull request #282 from opensourcerouting/ldpd-lspcheck (diff) | |
download | frr-bc0eb287fa07b139b6f193c3dc4f033eddda6833.tar.xz frr-bc0eb287fa07b139b6f193c3dc4f033eddda6833.zip |
ldpd: provide both a brief and a detailed version of some show commands
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldpe.h')
-rw-r--r-- | ldpd/ldpe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldpe.h b/ldpd/ldpe.h index 22b75eb00..8f2d1931d 100644 --- a/ldpd/ldpe.h +++ b/ldpd/ldpe.h @@ -207,6 +207,7 @@ void ldpe_stop_init_backoff(int); struct ctl_conn; void ldpe_iface_ctl(struct ctl_conn *, unsigned int); void ldpe_adj_ctl(struct ctl_conn *); +void ldpe_adj_detail_ctl(struct ctl_conn *); void ldpe_nbr_ctl(struct ctl_conn *); void mapping_list_add(struct mapping_head *, struct map *); void mapping_list_clr(struct mapping_head *); |