summaryrefslogtreecommitdiff
path: root/interface-definitions/flow-accounting-conf.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/flow-accounting-conf.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/flow-accounting-conf.xml.in')
-rw-r--r--interface-definitions/flow-accounting-conf.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/flow-accounting-conf.xml.in b/interface-definitions/flow-accounting-conf.xml.in
index 830078abe..b3980d9e2 100644
--- a/interface-definitions/flow-accounting-conf.xml.in
+++ b/interface-definitions/flow-accounting-conf.xml.in
@@ -39,9 +39,6 @@
<completionHelp>
<list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list>
</completionHelp>
- <constraint>
- <regex>auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all</regex>
- </constraint>
<valueHelp>
<format>auth</format>
<description>Authentication and authorization</description>
@@ -134,6 +131,9 @@
<format>all</format>
<description>Authentication and authorization</description>
</valueHelp>
+ <constraint>
+ <regex>^(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)$</regex>
+ </constraint>
</properties>
</leafNode>
<leafNode name="interface">
@@ -381,7 +381,7 @@
</valueHelp>
<constraint>
<validator name="ipv4-address"/>
- <regex>auto$</regex>
+ <regex>^auto$</regex>
</constraint>
</properties>
</leafNode>