diff options
author | John Estabrook <jestabro@vyos.io> | 2024-11-20 18:32:02 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-11-20 18:32:02 -0600 |
commit | eceb410fd5e7f74b1e0655bc60ce5b7e34fb422f (patch) | |
tree | e744518db21449dea6b55101c4e2ad6c8e7c0eed /op-mode-definitions/show-configuration.xml.in | |
parent | 1a291b44716ae268916a95971016fb0cf9584ba0 (diff) | |
download | vyos-1x-eceb410fd5e7f74b1e0655bc60ce5b7e34fb422f.tar.gz vyos-1x-eceb410fd5e7f74b1e0655bc60ce5b7e34fb422f.zip |
op-mode: T6900: remove uninformative 'show configuration files'
The legacy node and behavior under 'show configuration files' is not
useful as is; remove node and drop script to allow for a useful
repurpose in the future.
Diffstat (limited to 'op-mode-definitions/show-configuration.xml.in')
-rw-r--r-- | op-mode-definitions/show-configuration.xml.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/op-mode-definitions/show-configuration.xml.in b/op-mode-definitions/show-configuration.xml.in index 5a2fdedfa..7ec718890 100644 --- a/op-mode-definitions/show-configuration.xml.in +++ b/op-mode-definitions/show-configuration.xml.in @@ -23,13 +23,6 @@ <!-- no admin check --> <command>cli-shell-api showCfg --show-active-only | vyos-config-to-commands</command> </node> - <node name="files"> - <properties> - <help> Show available saved configurations </help> - </properties> - <!-- no admin check --> - <command>${vyos_op_scripts_dir}/show_configuration_files.sh</command> - </node> <node name="json"> <properties> <help>Show running configuration in JSON format</help> |