diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 17:44:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 17:44:48 +0200 |
commit | 46771076d90bc8ebef7d1f9b69a29b8cf73c6000 (patch) | |
tree | 8b0efdccbb8071d461f750ff6279e291c5a98f6e | |
parent | 8155f959b8976133b4723529f28cbad75d24596f (diff) | |
download | vyos-1x-46771076d90bc8ebef7d1f9b69a29b8cf73c6000.tar.gz vyos-1x-46771076d90bc8ebef7d1f9b69a29b8cf73c6000.zip |
policy: T2425: bgp large-community-list name also supports - and _
-rw-r--r-- | interface-definitions/policy.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index cce4186ff..ce190b046 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -291,7 +291,7 @@ <description>BGP large-community-list name</description> </valueHelp> <constraint> - <regex>^[a-zA-Z0-9]+$</regex> + <regex>^[-_a-zA-Z0-9]+$</regex> </constraint> <constraintErrorMessage>Should be an alphanumeric name</constraintErrorMessage> </properties> |