summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2018-07-24 00:10:57 +0200
committerRenato Westphal <renato@opensourcerouting.org>2018-07-24 00:10:57 +0200
commit3c549c10b0222a5b141bab227f3fad0dee57cc68 (patch)
tree0ac1bbd0afe8b167730a25ff49a9ccb92d062633
parentMerge pull request #2698 from sworleys/Netlink-Filter-AFI (diff)
downloadfrr-3c549c10b0222a5b141bab227f3fad0dee57cc68.tar.xz
frr-3c549c10b0222a5b141bab227f3fad0dee57cc68.zip
ldpd: add missing command under the ipv6 address-family node
Bug found by Patrick Velder. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
-rw-r--r--ldpd/ldp_vty_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/ldp_vty_cmds.c b/ldpd/ldp_vty_cmds.c
index 6c8658296..d77a3e7e9 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);