summaryrefslogtreecommitdiff
path: root/interface-definitions/system-ip.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-20 21:01:59 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-20 21:01:59 +0200
commit85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26 (patch)
tree48bf27e7d1519791f32cb30c48eda5644594de39 /interface-definitions/system-ip.xml.in
parentdd4c60c1c3423f02457bc1dcc25e36d03d537a5f (diff)
downloadvyos-1x-85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26.tar.gz
vyos-1x-85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26.zip
xml: T3488: when using regex one must use ^ and $ when checking string literals
Diffstat (limited to 'interface-definitions/system-ip.xml.in')
-rw-r--r--interface-definitions/system-ip.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in
index 0bd461042..86fbe5701 100644
--- a/interface-definitions/system-ip.xml.in
+++ b/interface-definitions/system-ip.xml.in
@@ -20,7 +20,7 @@
<list>1024 2048 4096 8192 16384 32768</list>
</completionHelp>
<constraint>
- <regex>(1024|2048|4096|8192|16384|32768)</regex>
+ <regex>^(1024|2048|4096|8192|16384|32768)$</regex>
</constraint>
</properties>
<defaultValue>8192</defaultValue>