]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/grammar_sandbox_main.c
lib: rename memory_vty.c to lib_vty.c
[mirror_frr.git] / lib / grammar_sandbox_main.c
index 6d28a667b387b968b3038050ebed247fc5c48afa..4bd8f5138aad0cb3dcf1e1401fac322076917410 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 #include "command.h"
-#include "memory_vty.h"
+#include "lib_vty.h"
 
 static void vty_do_exit(int isexit)
 {
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
        host.domainname = strdup("testdomainname");
 
        vty_init(master, true);
-       memory_init();
+       lib_cmd_init();
        yang_init();
        nb_init(master, NULL, 0);