mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:01:54 +00:00
vtysh: hide "show configuration running" command
This command is currently useful only for developers. Let's hide it to not confuse end users by having both "show runnning-config" and "show configuration running". Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
53ab0eacab
commit
122ee38ab4
@ -2851,7 +2851,7 @@ DEFUN (vtysh_show_error_code,
|
||||
}
|
||||
|
||||
/* Northbound. */
|
||||
DEFUN (show_config_running,
|
||||
DEFUN_HIDDEN (show_config_running,
|
||||
show_config_running_cmd,
|
||||
"show configuration running\
|
||||
[<json|xml> [translate WORD]]\
|
||||
|
Loading…
Reference in New Issue
Block a user