From 58b29610221a8f80bea1cfacbd2112f3690fe734 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 24 Mar 2023 08:47:28 +0100 Subject: xml: T5109: use common include file for alpha-numeric, hyphen and underscore regex --- interface-definitions/policy.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'interface-definitions/policy.xml.in') diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index b3745fda0..66608be6f 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -242,7 +242,7 @@ BGP extended community-list name - [-_a-zA-Z0-9]+ + #include Should be an alphanumeric name @@ -291,7 +291,7 @@ BGP large-community-list name - [-_a-zA-Z0-9]+ + #include Should be an alphanumeric name @@ -340,7 +340,7 @@ Name of IPv4 prefix-list - [-_a-zA-Z0-9]+ + #include Name of prefix-list can only contain alpha-numeric letters, hyphen and underscores @@ -408,7 +408,7 @@ Name of IPv6 prefix-list - [-_a-zA-Z0-9]+ + #include Name of prefix-list6 can only contain alpha-numeric letters, hyphen and underscores -- cgit v1.2.3