Bug #6739
closedOpenVPN compression settings in the GUI are no longer translated into the correct running options.
100%
Description
The OpenVPN compression settings available in the GUI: "No preference", "Disabled", "Enabled with adaptive compression" and "Enabled without adaptive compression", do not produce the expected behavior in the running server.
They appear in the .conf file as, respectively:
No setting
comp-lzo no
comp-lzo adaptive
comp-lzo yes
Some or all of those settings need updating to work with the current server version.
Updated by Jim Pingle over 8 years ago
- Description updated (diff)
- Category set to OpenVPN
- Assignee set to Jim Pingle
- Target version set to 2.4.0
Specifically it needs to make use of "comp-noadapt" to forcefully disable adaptive compression at least in the "No Preference" case, but the wording needs some thought.
Updated by Jim Pingle over 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 946a87ece8089045a1e0153479e7c490bfcbdb68.
Updated by Jim Pingle about 8 years ago
- Status changed from Feedback to Resolved
This seems to be OK now. The comp-noadapt change was confirmed to work on an affected system (remote client had no LZO compiled in)
Updated by Jim Pingle almost 8 years ago
- Target version changed from 2.4.0 to 2.3.3