summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-07 13:44:09 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-07 13:44:09 -0500
commit0dca233ec09c61b25ccb0cf3181c8f2e85e687e6 (patch)
tree4e2c809621731c491f9bde413b42aed3c81e0045 /lib/vty.h
parent2cfe3d285ff001046b579434dea5f963082630dd (diff)
*: Found some instances of Quagga.conf
Cleanup Quagga.conf -> Frr.conf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 f5c019dd61..80b6d3eb2a 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -198,7 +198,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")