summaryrefslogtreecommitdiff
path: root/interface-definitions/service_ipoe-server.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/service_ipoe-server.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/service_ipoe-server.xml.in')
-rw-r--r--interface-definitions/service_ipoe-server.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/service_ipoe-server.xml.in b/interface-definitions/service_ipoe-server.xml.in
index d0a05aea6..7c575ba77 100644
--- a/interface-definitions/service_ipoe-server.xml.in
+++ b/interface-definitions/service_ipoe-server.xml.in
@@ -23,7 +23,7 @@
<list>L2 L3</list>
</completionHelp>
<constraint>
- <regex>(L2|L3)</regex>
+ <regex>^(L2|L3)$</regex>
</constraint>
<valueHelp>
<format>L2</format>
@@ -42,7 +42,7 @@
<list>shared vlan</list>
</completionHelp>
<constraint>
- <regex>(shared|vlan)</regex>
+ <regex>^(shared|vlan)$</regex>
</constraint>
<valueHelp>
<format>shared</format>
@@ -125,7 +125,7 @@
<list>local radius noauth</list>
</completionHelp>
<constraint>
- <regex>(local|radius|noauth)</regex>
+ <regex>^(local|radius|noauth)$</regex>
</constraint>
<valueHelp>
<format>local</format>