diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-04-04 08:42:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 08:42:04 -0500 |
| commit | 3b28a5ef6b9b7296196f5f65de493668307be5cb (patch) | |
| tree | 44e4a1d21e4840034ce285740dbe17e92f2841b9 /lib/vty.h | |
| parent | 4af5e39b2ca3c3dc3a96c701bbcd0d3c87baecaf (diff) | |
| parent | 8033bf3976d85c84f00a3ab320eca5fc8418d756 (diff) | |
Merge pull request #13131 from LabNConsulting/chopps/no-startup-file
mgmtd: remove startup config feature for now
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -369,6 +369,7 @@ extern void vty_pass_fd(struct vty *vty, int fd); extern bool vty_read_config(struct nb_config *config, const char *config_file, char *config_default_dir); +extern void vty_read_file(struct nb_config *config, FILE *confp); extern void vty_time_print(struct vty *, int); extern void vty_serv_sock(const char *, unsigned short, const char *); extern void vty_close(struct vty *); |
