summaryrefslogtreecommitdiff
path: root/interface-definitions/service-pppoe.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/service-pppoe.xml.in')
-rw-r--r--interface-definitions/service-pppoe.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/service-pppoe.xml.in b/interface-definitions/service-pppoe.xml.in
index e73493309..4951f656b 100644
--- a/interface-definitions/service-pppoe.xml.in
+++ b/interface-definitions/service-pppoe.xml.in
@@ -30,6 +30,26 @@
<constraintErrorMessage>access-concentrator name limited to alphanumerical characters only (max. 100)</constraintErrorMessage>
</properties>
</leafNode>
+ <leafNode name="session-control">
+ <properties>
+ <help>control sessions count</help>
+ <constraint>
+ <regex>(deny|disable)</regex>
+ </constraint>
+ <constraintErrorMessage>Invalid value</constraintErrorMessage>
+ <valueHelp>
+ <format>disable</format>
+ <description>Disables session control</description>
+ </valueHelp>
+ <valueHelp>
+ <format>deny</format>
+ <description>Deny second session authorization</description>
+ </valueHelp>
+ <completionHelp>
+ <list>deny disable</list>
+ </completionHelp>
+ </properties>
+ </leafNode>
<node name="authentication">
<properties>
<help>Authentication for remote access PPPoE Server</help>