diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-05-18 12:32:28 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-05-18 12:32:28 +0200 |
| commit | c3fb7c1064a2d1c6b36032e90557ff5d89e29924 (patch) | |
| tree | 6a8a09921db5c85225e330677c7862b02e961bda /lib/command.c | |
| parent | 57463530f3f8b687f238bc76020c0f168b19f0a8 (diff) | |
| parent | 7780aaaa7230eb077c3cd27a988b44fc102a23d7 (diff) | |
Merge branch 'frr/pull/550'
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 452a559998..84d59f076c 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1372,11 +1372,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; } |
