summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_vty.c')
-rw-r--r--staticd/static_vty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index 386b255a85..3e58a44aa7 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -13,6 +13,7 @@
#include "nexthop.h"
#include "table.h"
#include "srcdest_table.h"
+#include "mgmt_be_client.h"
#include "mpls.h"
#include "northbound.h"
#include "libfrr.h"
@@ -1553,4 +1554,6 @@ void static_vty_init(void)
install_element(ENABLE_NODE, &debug_staticd_cmd);
install_element(CONFIG_NODE, &debug_staticd_cmd);
+
+ mgmt_be_client_lib_vty_init();
}