From: Renato Westphal Date: Mon, 23 Jul 2018 22:10:57 +0000 (-0300) Subject: ldpd: add missing command under the ipv6 address-family node X-Git-Tag: frr-6.1-dev~147^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3c549c10b0222a5b141bab227f3fad0dee57cc68;p=matthieu%2Ffrr.git ldpd: add missing command under the ipv6 address-family node Bug found by Patrick Velder. Signed-off-by: Renato Westphal --- diff --git a/ldpd/ldp_vty_cmds.c b/ldpd/ldp_vty_cmds.c index 6c86582960..d77a3e7e93 100644 --- a/ldpd/ldp_vty_cmds.c +++ b/ldpd/ldp_vty_cmds.c @@ -861,6 +861,7 @@ ldp_vty_init (void) install_element(LDP_IPV6_NODE, &ldp_label_remote_accept_cmd); install_element(LDP_IPV6_NODE, &ldp_ttl_security_disable_cmd); install_element(LDP_IPV6_NODE, &ldp_interface_cmd); + install_element(LDP_IPV6_NODE, &no_ldp_interface_cmd); install_element(LDP_IPV6_NODE, &ldp_session_holdtime_cmd); install_element(LDP_IPV6_NODE, &ldp_neighbor_ipv6_targeted_cmd); install_element(LDP_IPV6_NODE, &ldp_exit_address_family_cmd);