diff options
| author | MartÃn Beauchamp <martinb@shapeways.com> | 2017-02-27 13:26:20 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 09:45:00 -0500 |
| commit | 685e701ef39b206b8dc6bcc6672b4de4ae09b049 (patch) | |
| tree | c0c5f6d178b9222cd25430a944e2c41138d65673 /lib/vty.h | |
| parent | 8ce5e6a33ce4226d6749c5351020b550368d6d4b (diff) | |
Lowercase frr.conf
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ struct vty_arg }; /* Integrated configuration file. */ -#define INTEGRATE_DEFAULT_CONFIG "Frr.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") |
