]> git.puffer.fish Git - mirror/frr.git/commitdiff
ldpd: add missing command under the ipv6 address-family node 2703/head
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 23 Jul 2018 22:10:57 +0000 (19:10 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 23 Jul 2018 22:10:57 +0000 (19:10 -0300)
Bug found by Patrick Velder.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/ldp_vty_cmds.c

index 6c86582960365e956e8e6f741e9e1ebb1d9b5dda..d77a3e7e9351bd1b0775d1a7103859d2be82586b 100644 (file)
@@ -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);