summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2023-01-06 10:13:56 +0100
committerChristian Poessinger <christian@poessinger.com>2023-01-06 10:13:56 +0100
commit528ecebe57d09c98754e83fcce2e1971e882b3ee (patch)
tree7ef9878d3ffaf06897e5d951c31295f6a08c05fb
parente32ce63b52eff0255d602b475d90cd97d3b282c1 (diff)
downloadvyos-1x-528ecebe57d09c98754e83fcce2e1971e882b3ee.tar.gz
vyos-1x-528ecebe57d09c98754e83fcce2e1971e882b3ee.zip
xml: T4883: allow whitespace in generic-description
-rw-r--r--interface-definitions/include/generic-description.xml.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/generic-description.xml.i b/interface-definitions/include/generic-description.xml.i
index 31d540317..b54897be4 100644
--- a/interface-definitions/include/generic-description.xml.i
+++ b/interface-definitions/include/generic-description.xml.i
@@ -7,7 +7,7 @@
<description>Description</description>
</valueHelp>
<constraint>
- <regex>[a-zA-Z0-9_\-]+</regex>
+ <regex>[a-zA-Z0-9_\-\s]+</regex>
</constraint>
</properties>
</leafNode>