diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-02 13:58:48 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-02 13:58:48 +0000 |
commit | 47645f9d0243ce48a473ab7f8cdbd22c19f69f28 (patch) | |
tree | 42edc99e74420a78e3d644b7a413232148b04d24 /interface-definitions/vpn-sstp.xml.in | |
parent | 4f05f701086a5f8cd64e4f1458a587dfd7ba5d3a (diff) | |
download | vyos-1x-47645f9d0243ce48a473ab7f8cdbd22c19f69f28.tar.gz vyos-1x-47645f9d0243ce48a473ab7f8cdbd22c19f69f28.zip |
T5704: PPPoE L2TP SSTP IPoE add option max-concurrent-sessions
Add `max-starting` option:
[common]
max-starting=N
Specifies maximum concurrent session attempts which server may processed
set service pppoe-server max-concurrent-sessions '30'
Useful to prevent high CPU utilization and compat execution
scripts per time.
Diffstat (limited to 'interface-definitions/vpn-sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn-sstp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vpn-sstp.xml.in b/interface-definitions/vpn-sstp.xml.in index 9e912063f..9c818ba60 100644 --- a/interface-definitions/vpn-sstp.xml.in +++ b/interface-definitions/vpn-sstp.xml.in @@ -25,6 +25,7 @@ </node> </children> </node> + #include <include/accel-ppp/max-concurrent-sessions.xml.i> #include <include/interface/mtu-68-1500.xml.i> #include <include/accel-ppp/gateway-address.xml.i> #include <include/name-server-ipv4-ipv6.xml.i> |