diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:45:41 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-14 23:45:41 +0000 |
commit | ea06a4612285ef4cf3d93220840df32fbc7949c1 (patch) | |
tree | 41c26cc11a4be70dda811d8bc2e25acd2e68d373 /templates/show/remote-config | |
parent | b276e08064529119f22b5d5da2243e25293e404f (diff) | |
download | vyatta-op-ea06a4612285ef4cf3d93220840df32fbc7949c1.tar.gz vyatta-op-ea06a4612285ef4cf3d93220840df32fbc7949c1.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:~$
```
Diffstat (limited to 'templates/show/remote-config')
-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 |