summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2023-04-04 08:42:04 -0500
committerGitHub <noreply@github.com>2023-04-04 08:42:04 -0500
commit3b28a5ef6b9b7296196f5f65de493668307be5cb (patch)
tree44e4a1d21e4840034ce285740dbe17e92f2841b9 /lib/vty.c
parent4af5e39b2ca3c3dc3a96c701bbcd0d3c87baecaf (diff)
parent8033bf3976d85c84f00a3ab320eca5fc8418d756 (diff)
Merge pull request #13131 from LabNConsulting/chopps/no-startup-file
mgmtd: remove startup config feature for now
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index d0a6677788..974f5380d3 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2400,7 +2400,7 @@ static void vty_timeout(struct event *thread)
}
/* Read up configuration file from file_name. */
-static void vty_read_file(struct nb_config *config, FILE *confp)
+void vty_read_file(struct nb_config *config, FILE *confp)
{
int ret;
struct vty *vty;