From 80ecb1b7aaab47edeb355c3b74a763e940d88179 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 29 Apr 2022 19:51:50 +0200 Subject: xml: T4047: use full string match in the regex validator --- interface-definitions/interfaces-pppoe.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-definitions/interfaces-pppoe.xml.in') diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 8cd8f8c86..664914baa 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -7,7 +7,7 @@ Point-to-Point Protocol over Ethernet (PPPoE) 322 - ^pppoe[0-9]+$ + pppoe[0-9]+ PPPoE interface must be named pppoeN @@ -106,7 +106,7 @@ Service name, only connect to access concentrators advertising this - [a-zA-Z0-9]+$ + [a-zA-Z0-9]+ Service name must be alphanumeric only -- cgit v1.2.3