]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_vty.c
mgmtd: fully implement debug flags for mgmtd and clients
[mirror_frr.git] / staticd / static_vty.c
index 386b255a855464b6bc8d671f2272ef516d79758b..3e58a44aa73afcaac033991c36b2ffc1ce872379 100644 (file)
@@ -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();
 }