summaryrefslogtreecommitdiff
path: root/ldpd/ldp_vty.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-03 20:19:11 -0400
committerGitHub <noreply@github.com>2017-10-03 20:19:11 -0400
commitc996743b78190935d453c22cea37840e71a0172d (patch)
tree4f35a9e2f3c2493e5c51c2edb3b33c9ed8e71bb0 /ldpd/ldp_vty.h
parente6b0b03763eef536c2911e2b436b08dc7d11eab8 (diff)
parent547322cb0f19b37b1a584e9e6ee867e230c648d7 (diff)
Merge pull request #1282 from opensourcerouting/ldpd-minor-issues
ldpd minor issues
Diffstat (limited to 'ldpd/ldp_vty.h')
-rw-r--r--ldpd/ldp_vty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldpd/ldp_vty.h b/ldpd/ldp_vty.h
index d73bafe158..5e9df4aafe 100644
--- a/ldpd/ldp_vty.h
+++ b/ldpd/ldp_vty.h
@@ -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);