From 187b7bace4991a2549b75e29600dc4e04c9c03d4 Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Tue, 9 Apr 2024 11:02:58 +0000 Subject: T6214: T6213: change constraint in order to not allow string starting with dot character; use such constraint in firewall group definitions. (cherry picked from commit c455a1f71674300b8a74863ddfe6e551fe8fd252) --- .../include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-definitions/include/constraint') diff --git a/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i b/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i index 7aeb85260..34c94e53c 100644 --- a/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i +++ b/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i @@ -1,3 +1,3 @@ -[-_a-zA-Z0-9.]+ +[-_a-zA-Z0-9][\w\-\.\+]* -- cgit v1.2.3