summaryrefslogtreecommitdiff
path: root/interface-definitions/system-config-mgmt.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-11-19 01:50:52 +0000
committerGitHub <noreply@github.com>2023-11-19 01:50:52 +0000
commit7721e43e8b684e9b46c7294e961f57f9d5f1baf3 (patch)
tree1a33b694f5a50b93adc2493750dc84f751b34b74 /interface-definitions/system-config-mgmt.xml.in
parent3cbc0a93f779882d133873c81b5b720f52e45975 (diff)
parentdcb277ba0aed4a02f48572d10d3ba242942b8639 (diff)
downloadvyos-1x-7721e43e8b684e9b46c7294e961f57f9d5f1baf3.tar.gz
vyos-1x-7721e43e8b684e9b46c7294e961f57f9d5f1baf3.zip
Merge pull request #2504 from c-po/commit-archive-help
config-mgmt: T4957: T2405: add proper valueHelp strings for remote URL
Diffstat (limited to 'interface-definitions/system-config-mgmt.xml.in')
-rw-r--r--interface-definitions/system-config-mgmt.xml.in28
1 files changed, 26 insertions, 2 deletions
diff --git a/interface-definitions/system-config-mgmt.xml.in b/interface-definitions/system-config-mgmt.xml.in
index 794f9f1a0..b01b44bf9 100644
--- a/interface-definitions/system-config-mgmt.xml.in
+++ b/interface-definitions/system-config-mgmt.xml.in
@@ -17,8 +17,32 @@
<properties>
<help>Commit archive location</help>
<valueHelp>
- <format>uri</format>
- <description>Uniform Resource Identifier</description>
+ <format>http://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>ftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>sftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>scp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>tftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
+ </valueHelp>
+ <valueHelp>
+ <format>git+https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;</format>
+ <description/>
</valueHelp>
<constraint>
<validator name="url --file-transport"/>