From 2fe39c3f4d7408509273c9e2ac400437aba9616f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 20 Apr 2021 21:01:59 +0200 Subject: xml: T3488: when using regex one must use ^ and $ when checking string literals (cherry picked from commit 85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26) --- interface-definitions/system-ip.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-definitions/system-ip.xml.in') diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in index 0bd461042..86fbe5701 100644 --- a/interface-definitions/system-ip.xml.in +++ b/interface-definitions/system-ip.xml.in @@ -20,7 +20,7 @@ 1024 2048 4096 8192 16384 32768 - (1024|2048|4096|8192|16384|32768) + ^(1024|2048|4096|8192|16384|32768)$ 8192 -- cgit v1.2.3