mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +00:00
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
This commit is contained in:
parent
7a38655aa0
commit
7780aaaa72
@ -1371,11 +1371,6 @@ DEFUN (frr_version_defaults,
|
|||||||
"set of configuration defaults used\n"
|
"set of configuration defaults used\n"
|
||||||
"version string\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;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user