From ea06a4612285ef4cf3d93220840df32fbc7949c1 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sun, 14 Jan 2024 23:45:41 +0000 Subject: 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:~$ ``` --- templates/show/remote-config/node.def | 1 - 1 file changed, 1 deletion(-) delete mode 100644 templates/show/remote-config/node.def 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 -- cgit v1.2.3