diff options
author | zsdc <taras@sentrium.io> | 2019-10-28 17:41:15 +0200 |
---|---|---|
committer | zsdc <taras@sentrium.io> | 2019-10-28 17:41:15 +0200 |
commit | 8ae02a738df9746ad648a9611ae03e62b5af9e5d (patch) | |
tree | 43e7493b9911f6da53d82ca371451bbf7eb64844 /interface-definitions/https.xml | |
parent | 3cacaf94f05fe92d5eda1574a07e5fd49881d97d (diff) | |
download | vyos-1x-8ae02a738df9746ad648a9611ae03e62b5af9e5d.tar.gz vyos-1x-8ae02a738df9746ad648a9611ae03e62b5af9e5d.zip |
[XML templates] T1772: Changed old hacks to proper regex, according to the fix
Diffstat (limited to 'interface-definitions/https.xml')
-rw-r--r-- | interface-definitions/https.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/https.xml b/interface-definitions/https.xml index 2fb3bf082..403d4ecb0 100644 --- a/interface-definitions/https.xml +++ b/interface-definitions/https.xml @@ -27,7 +27,7 @@ <constraint> <validator name="ipv4-address"/> <validator name="ipv6-address"/> - <regex>^\\*$</regex> + <regex>^\*$</regex> </constraint> </properties> <children> |