summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-09 09:53:46 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-09 09:53:46 -0500
commit305e9740fff1be7e8b66d0ba6fdbaece35a18524 (patch)
tree477810667139d8c1b8fea8ec3cc7eee7d544a45d /lib/vty.h
parentb9aa3abbbebb7db75f7209938074aa0cac6d377d (diff)
parentb7671f356aee0ce21e6e006e7b4ee57bd8e00b3d (diff)
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index f0b833d4d8..f3be18a660 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -177,7 +177,7 @@ struct vty_arg
};
/* Integrated configuration file. */
-#define INTEGRATE_DEFAULT_CONFIG "Quagga.conf"
+#define INTEGRATE_DEFAULT_CONFIG "Frr.conf"
/* Small macro to determine newline is newline only or linefeed needed. */
#define VTY_NEWLINE ((vty->type == VTY_TERM) ? "\r\n" : "\n")