summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-12-16 09:20:55 -0800
committerhagbard <vyosdev@derith.de>2019-12-16 09:20:55 -0800
commite57fbc9f9b9690695d7892ebadaed7f7f0722505 (patch)
treef3852fd93073965f8b075292fe5d378c02782ff8 /docs
parent9defd58b23f062ad44264b61be58315a4f8061d5 (diff)
downloadvyos-documentation-e57fbc9f9b9690695d7892ebadaed7f7f0722505.tar.gz
vyos-documentation-e57fbc9f9b9690695d7892ebadaed7f7f0722505.zip
service-pppoe: T1883: append documentation with option session-controlVyOS_1.2-2019Q4
Diffstat (limited to 'docs')
-rw-r--r--docs/services/pppoe-server.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst
index 36323db9..755e98ff 100644
--- a/docs/services/pppoe-server.rst
+++ b/docs/services/pppoe-server.rst
@@ -38,6 +38,20 @@ Connections can be locally checked via the command
ppp0 | foo | 10.1.1.100 | 00:53:00:ba:db:15 | 20480/10240 | active | 00:00:11 | 214 B | 76 B
+Per default the user session is being replaced if a second authentication request succeeds.
+Such session requests can be either denied or allowed entirely, which would allow multiple sessions for a user in the latter case.
+If it is denied, the second session is being rejected even if the authentication succeeds, the user has to terminate its first
+session and can then authentication again.
+
+.. code-block:: none
+
+ vyos@# set service pppoe-server session-control
+ Possible completions:
+ disable Disables session control
+ deny Deny second session authorization
+
+
+
Client IP address pools
=======================