summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn-l2tp.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-17 15:46:13 +0200
committerGitHub <noreply@github.com>2023-05-17 15:46:13 +0200
commit0c91c356183bb33dea0b24c9ccd77b55c15e7ea0 (patch)
tree29c396833fb8f4a955651b61dce2ff09d13a5566 /interface-definitions/vpn-l2tp.xml.in
parentd9c495144d1bcd22e5450fdaa268f34e0c70e636 (diff)
parentb6e780e05893c92e6bc36bdc452c31cf94673719 (diff)
downloadvyos-1x-0c91c356183bb33dea0b24c9ccd77b55c15e7ea0.tar.gz
vyos-1x-0c91c356183bb33dea0b24c9ccd77b55c15e7ea0.zip
Merge pull request #2008 from indrajitr/misc-conf-mode-fixes
T5226: Standardize hostname and IP address validators and constraints
Diffstat (limited to 'interface-definitions/vpn-l2tp.xml.in')
-rw-r--r--interface-definitions/vpn-l2tp.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/vpn-l2tp.xml.in b/interface-definitions/vpn-l2tp.xml.in
index ec186cd23..ee0edc3e3 100644
--- a/interface-definitions/vpn-l2tp.xml.in
+++ b/interface-definitions/vpn-l2tp.xml.in
@@ -38,8 +38,9 @@
<properties>
<help>Sent to the client (LAC) in the Host-Name attribute</help>
<constraint>
- <regex>[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]</regex>
+ #include <include/constraint/host-name.xml.i>
</constraint>
+ <constraintErrorMessage>Host-name must be alphanumeric and can contain hyphens</constraintErrorMessage>
</properties>
</leafNode>
</children>