diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-17 20:55:42 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-20 21:42:14 -0300 | 
| commit | 99cfc17f76c5a87ea51bd6a4682f37abae9aba25 (patch) | |
| tree | 4c698eb532da07dd05322da57ef2f2514e9eb866 /ldpd/ldp_vty.h | |
| parent | bc0eb287fa07b139b6f193c3dc4f033eddda6833 (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.h | 1 | 
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 *[]);  | 
