summaryrefslogtreecommitdiffstats
path: root/bfdd/bfdd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfdd/bfdd.c')
-rw-r--r--bfdd/bfdd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfdd/bfdd.c b/bfdd/bfdd.c
index 3313c8137..fb3a0fcfb 100644
--- a/bfdd/bfdd.c
+++ b/bfdd/bfdd.c
@@ -224,6 +224,9 @@ int main(int argc, char *argv[])
thread_add_read(master, control_accept, NULL, bglobal.bg_csock,
&bglobal.bg_csockev);
+ /* Install commands. */
+ bfdd_vty_init();
+
/* read configuration file and daemonize */
frr_config_fork();