summaryrefslogtreecommitdiff
path: root/ldpd/ldp_vty.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-03-17 20:55:42 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-03-20 21:42:14 -0300
commit99cfc17f76c5a87ea51bd6a4682f37abae9aba25 (patch)
tree4c698eb532da07dd05322da57ef2f2514e9eb866 /ldpd/ldp_vty.h
parentbc0eb287fa07b139b6f193c3dc4f033eddda6833 (diff)
ldpd: add commands to show sent/rcvd capabilities
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldp_vty.h')
-rw-r--r--ldpd/ldp_vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldp_vty.h b/ldpd/ldp_vty.h
index b0dc291434..0b05e6fbf1 100644
--- a/ldpd/ldp_vty.h
+++ b/ldpd/ldp_vty.h
@@ -71,6 +71,7 @@ int ldp_vty_l2vpn_pw_pwstatus(struct vty *, struct vty_arg *[]);
int ldp_vty_show_binding(struct vty *, struct vty_arg *[]);
int ldp_vty_show_discovery(struct vty *, struct vty_arg *[]);
int ldp_vty_show_interface(struct vty *, struct vty_arg *[]);
+int ldp_vty_show_capabilities(struct vty *, struct vty_arg *[]);
int ldp_vty_show_neighbor(struct vty *, struct vty_arg *[]);
int ldp_vty_show_atom_binding(struct vty *, struct vty_arg *[]);
int ldp_vty_show_atom_vc(struct vty *, struct vty_arg *[]);