diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2021-03-24 19:40:13 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 19:40:13 -0300 |
| commit | 45af60f0bbeadae78ff8f97ea638d3592e7605c9 (patch) | |
| tree | 804a9b3dd1deb90ac3f84c06c7a82fe72d9df7e2 | |
| parent | b1c875d692680b8422af12a3a07bafa9d393b40c (diff) | |
| parent | 122ee38ab475c5f493cfc1a943594dc742bb987b (diff) | |
Merge pull request #8326 from idryzhov/hide-show-config
vtysh: hide "show configuration running" command
| -rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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\ [<json|xml> [translate WORD]]\ |
