diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-23 12:40:57 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-23 12:40:57 -0500 |
| commit | ddb3dcc733ba285ea47f49a2645d8055a1e89438 (patch) | |
| tree | fa006f355dbc1b8d06920a19ec546ba340d8d8d5 /vtysh/vtysh_main.c | |
| parent | fb444efb6853da1baa0abbfbc4932657518fe6c3 (diff) | |
vtysh: .history_quagga --> .history_frr
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vtysh/vtysh_main.c')
| -rw-r--r-- | vtysh/vtysh_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index a4985c423c..ca6c7798eb 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -527,7 +527,7 @@ int main(int argc, char **argv, char **env) homedir = vtysh_get_home(); if (homedir) { snprintf(history_file, sizeof(history_file), - "%s/.history_quagga", homedir); + "%s/.history_frr", homedir); if (read_history(history_file) != 0) { int fp; |
