From 438a7e9e05b2170702e40dee1d7361b0ca781a77 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 9 May 2021 10:46:06 +0200 Subject: bgp: T3530: add missing regex constraint for peer-group names A peer-group may only consist out of alphanumeric characters, a hyphen and underscore. --- interface-definitions/include/bgp/protocol-common-config.xml.i | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index ac248b6be..e6b81ceb1 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1406,7 +1406,10 @@ - BGP peer-group + Name of peer-group + + ^[-_a-zA-Z0-9]+$ + -- cgit v1.2.3