]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: .history_quagga --> .history_frr 1795/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Feb 2018 17:40:57 +0000 (12:40 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Feb 2018 17:40:57 +0000 (12:40 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
vtysh/vtysh_main.c

index a4985c423ca36aca279c5a84b02fdd925e5f9c0a..ca6c7798ebc8ac54d71e3271cdc6cacd4e9217ef 100644 (file)
@@ -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;