diff options
author | Yun Zheng Hu <hu@fox-it.com> | 2023-11-18 21:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 21:34:15 +0100 |
commit | a89243cfbfc90854a8cddd53c0ffc987f75abcee (patch) | |
tree | 1b7ec60e65611fcdc3bb8f5cd4da47c0aa6f5fab /interface-definitions | |
parent | ccc84c7bfc9ec9a8a044ed5f892d78854d5512f7 (diff) | |
download | vyos-1x-a89243cfbfc90854a8cddd53c0ffc987f75abcee.tar.gz vyos-1x-a89243cfbfc90854a8cddd53c0ffc987f75abcee.zip |
T2405: add Git support to commit-archive
T2405: add Git support to commit-archive
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-config-mgmt.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system-config-mgmt.xml.in b/interface-definitions/system-config-mgmt.xml.in index de5a8cc16..794f9f1a0 100644 --- a/interface-definitions/system-config-mgmt.xml.in +++ b/interface-definitions/system-config-mgmt.xml.in @@ -22,6 +22,7 @@ </valueHelp> <constraint> <validator name="url --file-transport"/> + <regex>(ssh|git|git\+(\w+)):\/\/.*</regex> </constraint> <multi/> </properties> |