From bbee74c95e2b7565fed053d6e57134dfaf818c02 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 10 Mar 2024 19:02:49 +0100 Subject: dhcp-client: T6093: extend regex for client class-id's with DOT The regex used is not working if the string contains dots. Originally authored by: Lucas (cherry picked from commit c8670ae7941a8bac31e2174d4c6426b47272bfcc) --- .../include/constraint/dhcp-client-string-option.xml.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface-definitions/include/constraint/dhcp-client-string-option.xml.i b/interface-definitions/include/constraint/dhcp-client-string-option.xml.i index 88257a9bb..0e3fb8a96 100644 --- a/interface-definitions/include/constraint/dhcp-client-string-option.xml.i +++ b/interface-definitions/include/constraint/dhcp-client-string-option.xml.i @@ -1,4 +1,4 @@ -[-_a-zA-Z0-9\s]+ +[-_a-zA-Z0-9.\s]+ ([a-fA-F0-9][a-fA-F0-9]:){2,}[a-fA-F0-9][a-fA-F0-9] -- cgit v1.2.3