Skip to content

Commit

Permalink
T6273: Allowed the use of "-" and "_" in PPPoE access-concentrator name
Browse files Browse the repository at this point in the history
Allowed the use of "-" and "_" in PPPoE access-concentrator name
  • Loading branch information
aapostoliuk committed Apr 30, 2024
1 parent 0c0799a commit de38b01
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 de38b01

Please sign in to comment.