diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-19 22:20:07 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-19 22:20:09 +0100 |
commit | e92667504e0c503b7c0d125d89d8795d6b6d5876 (patch) | |
tree | 9de48ed347c201dd32c5e4bfb5f905255042d552 /interface-definitions | |
parent | 7721e43e8b684e9b46c7294e961f57f9d5f1baf3 (diff) | |
download | vyos-1x-e92667504e0c503b7c0d125d89d8795d6b6d5876.tar.gz vyos-1x-e92667504e0c503b7c0d125d89d8795d6b6d5876.zip |
config-mgmt: T4957: remove TFTP user/pass from completion helper
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-config-mgmt.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-config-mgmt.xml.in b/interface-definitions/system-config-mgmt.xml.in index b01b44bf9..61089ce34 100644 --- a/interface-definitions/system-config-mgmt.xml.in +++ b/interface-definitions/system-config-mgmt.xml.in @@ -37,7 +37,7 @@ <description/> </valueHelp> <valueHelp> - <format>tftp://<user>:<passwd>@<host>/<path></format> + <format>tftp://<host>/<path></format> <description/> </valueHelp> <valueHelp> |