diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:45:41 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-15 10:28:10 +0000 |
commit | 7a2d3922d2ed74e6e8bc54efe5ce0a63819112d7 (patch) | |
tree | 8fcd59e5d0eb0ecc7f98c892269394a802c7c26e | |
parent | 814c2539958aea2232eec5276983596d1d3a4dac (diff) | |
download | vyatta-op-7a2d3922d2ed74e6e8bc54efe5ce0a63819112d7.tar.gz vyatta-op-7a2d3922d2ed74e6e8bc54efe5ce0a63819112d7.zip |
T905: Delete old op-mode command show remote-config
The op-mode command `show remote-config` did not work for several
years. Since it uses the old backend we should delete it now.
Will be redefined if necessary with a separate task, PR
```
vyos@r1:~$ show remote-config
Invalid command: show remote-config [invalid]
vyos@r1:~$ show remote-config
Incomplete command: show remote-config
vyos@r1:~$
```
(cherry picked from commit ea06a4612285ef4cf3d93220840df32fbc7949c1)
-rw-r--r-- | templates/show/remote-config/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show/remote-config/node.def b/templates/show/remote-config/node.def deleted file mode 100644 index 1675abd..0000000 --- a/templates/show/remote-config/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show remote side config |