diff options
author | Martín Beauchamp <martinb@shapeways.com> | 2017-02-27 19:26:20 +0100 |
---|---|---|
committer | Martín Beauchamp <martinb@shapeways.com> | 2017-02-27 19:26:20 +0100 |
commit | e20dc2ba0619cf17474810592d98a6cc9c41cc54 (patch) | |
tree | 8eb89100c911a1d5dbca85fbd141401d93146bfe /vtysh/vtysh.c | |
parent | Merge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff) | |
download | frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.tar.xz frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.zip |
Lowercase frr.conf
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index c2e3bbbca..38f28e453 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2573,7 +2573,7 @@ DEFUN (vtysh_write_memory, fprintf (stdout, "Note: this version of vtysh never writes vtysh.conf\n"); - /* If integrated Frr.conf explicitely set. */ + /* If integrated frr.conf explicitely set. */ if (want_config_integrated()) { ret = CMD_WARNING; |