diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-05-16 18:57:20 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-05-16 18:57:20 +0000 |
| commit | 7780aaaa7230eb077c3cd27a988b44fc102a23d7 (patch) | |
| tree | 6af83c179579639db2277de694bd2b4c1b8aa6b9 /lib/command.c | |
| parent | 7a38655aa0d8216a5bf352f94b65d035da210150 (diff) | |
lib: Remove the "This command currently does nothing" message
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This breaks the "vtysh -m" output which causes problems for
frr-reload.py
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/command.c b/lib/command.c index cc597952e4..f9566f8154 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1371,11 +1371,6 @@ DEFUN (frr_version_defaults, "set of configuration defaults used\n" "version string\n") { - if (vty->type == VTY_TERM || vty->type == VTY_SHELL) - /* only print this when the user tries to do run it */ - vty_out (vty, "%% NOTE: This command currently does nothing.%s" - "%% It is written to the configuration for future reference.%s", - VTY_NEWLINE, VTY_NEWLINE); return CMD_SUCCESS; } |
