]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/helpers/c/main.c
lib: mgmtd: add manual vty server start option and use it
[mirror_frr.git] / tests / helpers / c / main.c
index cd2b5665e2e1ee7b459897647f48e9ac7087f6bf..8af53a2ea40bde45ca6df1cc0c0417f760407a69 100644 (file)
@@ -152,7 +152,7 @@ int main(int argc, char **argv)
        }
 
        /* Create VTY socket */
-       vty_serv_sock(vty_addr, vty_port, "/tmp/.heavy.sock");
+       vty_serv_start(vty_addr, vty_port, "/tmp/.heavy.sock");
 
        /* Configuration file read*/
        if (!config_file)