]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh_config.c
bfdd: add vty shell commands
[mirror_frr.git] / vtysh / vtysh_config.c
index 52ab28dfda70ceecf3b55e843d994d3ca9a6232b..42f08342c0b299017a9fb396e08706c6adf08586 100644 (file)
@@ -318,6 +318,8 @@ void vtysh_config_parse_line(void *arg, const char *line)
                        config = config_get(PROTOCOL_NODE, line);
                else if (strncmp(line, "mpls", strlen("mpls")) == 0)
                        config = config_get(MPLS_NODE, line);
+               else if (strncmp(line, "bfd", strlen("bfd")) == 0)
+                       config = config_get(BFD_NODE, line);
                else {
                        if (strncmp(line, "log", strlen("log")) == 0
                            || strncmp(line, "hostname", strlen("hostname"))