From 122ee38ab475c5f493cfc1a943594dc742bb987b Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 24 Mar 2021 13:16:15 +0300 Subject: [PATCH] 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 --- vtysh/vtysh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 06d224ec24..62d9c255ad 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -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\ [ [translate WORD]]\ -- 2.39.5