From ddb3dcc733ba285ea47f49a2645d8055a1e89438 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 23 Feb 2018 12:40:57 -0500 Subject: [PATCH] vtysh: .history_quagga --> .history_frr Signed-off-by: Quentin Young --- vtysh/vtysh_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5