summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-pseudo-ethernet.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:07:38 +0200
commit2fe39c3f4d7408509273c9e2ac400437aba9616f (patch)
tree77a6a14dd42c538e5d6403603031ea36cf5172a2 /interface-definitions/interfaces-pseudo-ethernet.xml.in
parentee2db552acc7ab118897d538673b61794298ca06 (diff)
downloadvyos-1x-2fe39c3f4d7408509273c9e2ac400437aba9616f.tar.gz
vyos-1x-2fe39c3f4d7408509273c9e2ac400437aba9616f.zip
xml: T3488: when using regex one must use ^ and $ when checking string literals
(cherry picked from commit 85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26)
Diffstat (limited to 'interface-definitions/interfaces-pseudo-ethernet.xml.in')
-rw-r--r--interface-definitions/interfaces-pseudo-ethernet.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-pseudo-ethernet.xml.in b/interface-definitions/interfaces-pseudo-ethernet.xml.in
index 4a7fbe7fc..2fe3b5dfa 100644
--- a/interface-definitions/interfaces-pseudo-ethernet.xml.in
+++ b/interface-definitions/interfaces-pseudo-ethernet.xml.in
@@ -50,7 +50,7 @@
<description>Promicious mode passthrough of underlying device</description>
</valueHelp>
<constraint>
- <regex>(private|vepa|bridge|passthru)</regex>
+ <regex>^(private|vepa|bridge|passthru)$</regex>
</constraint>
<constraintErrorMessage>mode must be private, vepa, bridge or passthru</constraintErrorMessage>
</properties>