diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-09 09:53:46 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-09 09:53:46 -0500 |
| commit | 305e9740fff1be7e8b66d0ba6fdbaece35a18524 (patch) | |
| tree | 477810667139d8c1b8fea8ec3cc7eee7d544a45d /lib/vty.h | |
| parent | b9aa3abbbebb7db75f7209938074aa0cac6d377d (diff) | |
| parent | b7671f356aee0ce21e6e006e7b4ee57bd8e00b3d (diff) | |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
