]> git.proxmox.com Git - mirror_frr.git/blobdiff - ldpd/ldp_vty.h
Merge pull request #3069 from donaldsharp/bgp_nexthop_address
[mirror_frr.git] / ldpd / ldp_vty.h
index 3d2072f1e51c8098c712ac98a6c347c91dfaa5ee..5e9df4aafe1c408ed5fa35eeefa17220136409dc 100644 (file)
@@ -38,8 +38,8 @@ int    ldp_l2vpn_config_write(struct vty *);
 int     ldp_debug_config_write(struct vty *);
 int     ldp_vty_mpls_ldp (struct vty *, const char *);
 int     ldp_vty_address_family (struct vty *, const char *, const char *);
-int     ldp_vty_disc_holdtime(struct vty *, const char *, const char *, long);
-int     ldp_vty_disc_interval(struct vty *, const char *, const char *, long);
+int     ldp_vty_disc_holdtime(struct vty *, const char *, enum hello_type, long);
+int     ldp_vty_disc_interval(struct vty *, const char *, enum hello_type, long);
 int     ldp_vty_targeted_hello_accept(struct vty *, const char *, const char *);
 int     ldp_vty_nbr_session_holdtime(struct vty *, const char *, struct in_addr, long);
 int     ldp_vty_af_session_holdtime(struct vty *, const char *, long);
@@ -69,13 +69,16 @@ int  ldp_vty_l2vpn_pw_pwid(struct vty *, const char *, long);
 int     ldp_vty_l2vpn_pw_pwstatus(struct vty *, const char *);
 int     ldp_vty_clear_nbr(struct vty *, const char *);
 int     ldp_vty_debug(struct vty *, const char *, const char *, const char *, const char *);
-int     ldp_vty_show_binding(struct vty *, const char *, const char *, const char *);
+int     ldp_vty_show_binding(struct vty *, const char *, const char *, int,
+           const char *, unsigned long, unsigned long, const char *, const char *);
 int     ldp_vty_show_discovery(struct vty *, const char *, const char *, const char *);
 int     ldp_vty_show_interface(struct vty *, const char *, const char *);
 int     ldp_vty_show_capabilities(struct vty *, const char *);
-int     ldp_vty_show_neighbor(struct vty *, int, const char *, const char *);
-int     ldp_vty_show_atom_binding(struct vty *, const char *);
-int     ldp_vty_show_atom_vc(struct vty *, const char *);
+int     ldp_vty_show_neighbor(struct vty *, const char *, int, const char *, const char *);
+int     ldp_vty_show_atom_binding(struct vty *, const char *, unsigned long,
+           unsigned long, const char *);
+int     ldp_vty_show_atom_vc(struct vty *, const char *, const char *,
+           const char *, const char *);
 int     ldp_vty_show_debugging(struct vty *);
 
 void    ldp_vty_init(void);