summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/vpn_openvpn_client.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 4a3237a..c7c6516 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -224,6 +224,7 @@ if ($_POST) {
$client['tunnel_network'] = $pconfig['tunnel_network'];
$client['remote_network'] = $pconfig['remote_network'];
$client['compression'] = $pconfig['compression'];
+ $client['passtos'] = $pconfig['passtos'];
if (isset($id) && $a_client[$id])
$a_client[$id] = $client;
OpenPOWER on IntegriCloud