diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-21 11:35:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-21 21:48:58 +0200 |
commit | b121ee14ff1961b56568b0116de3c246ea4af934 (patch) | |
tree | d6812667ec9e82f204c40fa9428f79face5cd501 /interface-definitions/service_pppoe-server.xml.in | |
parent | f476e456e20393e7e7e91b73e369c9b033fbf048 (diff) | |
download | vyos-1x-b121ee14ff1961b56568b0116de3c246ea4af934.tar.gz vyos-1x-b121ee14ff1961b56568b0116de3c246ea4af934.zip |
pppoe: T1318: implement missing access-concentrator CLI option
Diffstat (limited to 'interface-definitions/service_pppoe-server.xml.in')
-rw-r--r-- | interface-definitions/service_pppoe-server.xml.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in index 7b96b5692..79042e0f3 100644 --- a/interface-definitions/service_pppoe-server.xml.in +++ b/interface-definitions/service_pppoe-server.xml.in @@ -8,14 +8,8 @@ <priority>900</priority> </properties> <children> + #include <include/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 limited to alphanumerical characters only (max. 100)</constraintErrorMessage> - </properties> <defaultValue>vyos-ac</defaultValue> </leafNode> <node name="authentication"> @@ -129,7 +123,7 @@ <constraint> <regex>[a-zA-Z0-9\-]{1,100}</regex> </constraint> - <constraintErrorMessage>servicename can contain aplhanumerical characters and dashes only (max. 100)</constraintErrorMessage> + <constraintErrorMessage>Service-name can contain aplhanumerical characters and dashes only (max. 100)</constraintErrorMessage> <multi/> </properties> </leafNode> |