diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-27 15:49:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-27 15:49:15 -0500 |
| commit | 3f26b48e86dbd7e609854660480fbafd051e983c (patch) | |
| tree | 8eb89100c911a1d5dbca85fbd141401d93146bfe /lib/vty.h | |
| parent | 821cf0d9f6b6ce55a86a8887a9e48ffaf7e4301f (diff) | |
| parent | e20dc2ba0619cf17474810592d98a6cc9c41cc54 (diff) | |
Merge pull request #229 from ChairmanTubeAmp/martinb-lower-frr.conf
Lowercase frr.conf
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 "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") |
