diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-20 23:07:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-20 23:25:05 +0100 |
commit | a8920a1f13e6091355d33541802b1486c0cfa653 (patch) | |
tree | 8aa98337ce740f38bd0402c42dcfe384c45d9c3e /interface-definitions | |
parent | 86e47301786da64a035156edd24ed2ec89918a49 (diff) | |
download | vyos-1x-a8920a1f13e6091355d33541802b1486c0cfa653.tar.gz vyos-1x-a8920a1f13e6091355d33541802b1486c0cfa653.zip |
sstp: T2008: remove req-limit config node
Limiting the amount of requests passed to a server seems to be the wrong
way to tackle a problem.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn-sstp.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/interface-definitions/vpn-sstp.xml.in b/interface-definitions/vpn-sstp.xml.in index 1508c3313..bb851608c 100644 --- a/interface-definitions/vpn-sstp.xml.in +++ b/interface-definitions/vpn-sstp.xml.in @@ -118,11 +118,6 @@ <children> <tagNode name="server"> <children> - <leafNode name="req-limit"> - <properties> - <help>Maximum number of simultaneous requests to server (default: unlimited)</help> - </properties> - </leafNode> <leafNode name="fail-time"> <properties> <help>If server does not responds mark it as unavailable for this time (seconds)</help> |