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 --- .../include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i') diff --git a/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i b/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i index a56745380..75221a348 100644 --- a/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i +++ b/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i @@ -27,7 +27,7 @@ Route map name - ^[-_a-zA-Z0-9.]+$ + [-_a-zA-Z0-9.]+ Name of route-map can only contain alpha-numeric letters, hyphen and underscores @@ -43,7 +43,7 @@ Route map name - ^[-_a-zA-Z0-9.]+$ + [-_a-zA-Z0-9.]+ Name of route-map can only contain alpha-numeric letters, hyphen and underscores @@ -59,7 +59,7 @@ Route map name - ^[-_a-zA-Z0-9.]+$ + [-_a-zA-Z0-9.]+ Name of route-map can only contain alpha-numeric letters, hyphen and underscores @@ -177,7 +177,7 @@ Route map name - ^[-_a-zA-Z0-9.]+$ + [-_a-zA-Z0-9.]+ Name of route-map can only contain alpha-numeric letters, hyphen and underscores -- cgit v1.2.3