summaryrefslogtreecommitdiff
path: root/interface-definitions/include/pppoe-access-concentrator.xml.i
blob: ccfcc1c49adf68a026d07a6b4e523ce739fa5d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- include start from pppoe-access-concentrator.xml.i -->
<leafNode name="access-concentrator">
  <properties>
    <help>Access concentrator name</help>
    <constraint>
      <regex>[a-zA-Z0-9]{1,100}</regex>
    </constraint>
    <constraintErrorMessage>Access-concentrator name must be alphanumerical only (max. 100 characters)</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->