]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: Add knob for babel execution
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 14 May 2017 03:43:07 +0000 (23:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 14 May 2017 03:43:07 +0000 (23:43 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.c

index 239cacf490d7d2ec6078fa4589768ec1ae2942e4..6e0aec2eded15cae4990683e1966bc6738ab94fa 100644 (file)
@@ -76,6 +76,7 @@ struct vtysh_client vtysh_client[] =
   { .fd = -1, .name = "pimd",     .flag = VTYSH_PIMD,     .next = NULL},
   { .fd = -1, .name = "nhrpd",    .flag = VTYSH_NHRPD,    .next = NULL},
   { .fd = -1, .name = "eigrpd",   .flag = VTYSH_EIGRPD,   .next = NULL},
+  { .fd = -1, .name = "babeld",   .flag = VTYSH_BABELD,   .next = NULL},
   { .fd = -1, .name = "watchfrr", .flag = VTYSH_WATCHFRR, .next = NULL},
 };