diff options
author | jim-p <jimp@pfsense.org> | 2013-10-31 14:50:06 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-10-31 14:50:06 -0400 |
commit | edba19827078642a765df3a49e60ab92968cacc6 (patch) | |
tree | bd2f5001e5855ae729d6f68256eab810daa4ddbe /usr/local/www/wizards/openvpn_wizard.xml | |
parent | 85bdf99766d2ce15ecc8247644747fe91fa08bfa (diff) | |
download | pfsense-edba19827078642a765df3a49e60ab92968cacc6.zip pfsense-edba19827078642a765df3a49e60ab92968cacc6.tar.gz |
Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r-- | usr/local/www/wizards/openvpn_wizard.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml index c6eec60..d869c5b 100644 --- a/usr/local/www/wizards/openvpn_wizard.xml +++ b/usr/local/www/wizards/openvpn_wizard.xml @@ -756,9 +756,15 @@ <field> <displayname>Compression</displayname> <name>compression</name> - <type>checkbox</type> - <description>Compress tunnel packets using the LZO algorithm.</description> + <description><br/>Compress tunnel packets using the LZO algorithm. Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the packets is not being compressed efficiently.</description> <bindstofield>ovpnserver->step10->compression</bindstofield> + <type>select</type> + <options> + <option> + <name>dummy</name> + <value>dummy</value> + </option> + </options> </field> <field> <displayname>Type-of-Service</displayname> |