Skip to content

Commit

Permalink
Merge pull request #3378 from vyos/mergify/bp/sagitta/pr-3374
Browse files Browse the repository at this point in the history
T6273: Allowed the use of "-" and "_" in PPPoE access-concentrator name (backport #3374)
  • Loading branch information
c-po authored Apr 30, 2024
2 parents 7edaf47 + 5f31655 commit 07826e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface-definitions/include/pppoe-access-concentrator.xml.i
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<properties>
<help>Access concentrator name</help>
<constraint>
<regex>[a-zA-Z0-9]{1,100}</regex>
#include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
</constraint>
<constraintErrorMessage>Access-concentrator name must be alphanumerical only (max. 100 characters)</constraintErrorMessage>
<constraintErrorMessage>Access-concentrator name can only contain alpha-numeric letters, hyphen and underscores(max. 100 characters)</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->

0 comments on commit 07826e8

Please sign in to comment.