summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-03 04:13:02 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-03 04:13:02 +0000
commit1cb0b40a2d2ae2b31c999015f04a5f1b530e8531 (patch)
tree4800185f521798576217750be40f6e053e452e89 /usr/local/www/vpn_openvpn_client.php
parent93823b10147aa446945ed4b8ddef40cb56c96479 (diff)
downloadpfsense-1cb0b40a2d2ae2b31c999015f04a5f1b530e8531.zip
pfsense-1cb0b40a2d2ae2b31c999015f04a5f1b530e8531.tar.gz
Correct problems with OpenVPN that prevented the lzo compression and pass
tos options from being set correctly in configuration files.
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index db38295..c3fbcb5 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -97,7 +97,7 @@ if($_GET['act']=="edit"){
$pconfig['tunnel_network'] = $a_client[$id]['tunnel_network'];
$pconfig['remote_network'] = $a_client[$id]['remote_network'];
$pconfig['compression'] = $a_client[$id]['compression'];
- $pconfig['settos'] = $a_client[$id]['settos'];
+ $pconfig['passtos'] = $a_client[$id]['passtos'];
}
}
@@ -526,8 +526,8 @@ function method_change() {
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td>
- <?php set_checked($pconfig['settos'],$chk); ?>
- <input name="settos" type="checkbox" value="yes" <?=$chk;?>>
+ <?php set_checked($pconfig['passtos'],$chk); ?>
+ <input name="passtos" type="checkbox" value="yes" <?=$chk;?>>
</td>
<td>
<span class="vexpl">
OpenPOWER on IntegriCloud