diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-21 11:35:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-22 09:56:09 +0200 |
commit | ac89b13201ae4943a33b1f400e94a3d817a2ec0b (patch) | |
tree | 8fc4e4c3695bed114ea4e546d90dc31b42ae759d /interface-definitions/include | |
parent | 281274de1e20e1f937e92960bfd72d3d608e75f3 (diff) | |
download | vyos-1x-ac89b13201ae4943a33b1f400e94a3d817a2ec0b.tar.gz vyos-1x-ac89b13201ae4943a33b1f400e94a3d817a2ec0b.zip |
pppoe: T1318: implement missing access-concentrator CLI option
(cherry picked from commit b121ee14ff1961b56568b0116de3c246ea4af934)
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/pppoe-access-concentrator.xml.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/interface-definitions/include/pppoe-access-concentrator.xml.i b/interface-definitions/include/pppoe-access-concentrator.xml.i new file mode 100644 index 000000000..ccfcc1c49 --- /dev/null +++ b/interface-definitions/include/pppoe-access-concentrator.xml.i @@ -0,0 +1,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 --> |