summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/vpn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/inc/vpn.inc')
-rw-r--r--src/etc/inc/vpn.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/etc/inc/vpn.inc b/src/etc/inc/vpn.inc
index 8c9e4b5..c2de452 100644
--- a/src/etc/inc/vpn.inc
+++ b/src/etc/inc/vpn.inc
@@ -1165,6 +1165,14 @@ EOD;
$mobike = 'mobike = no';
}
+ if (isset($ph1ent['tfc_enable'])) {
+ if (isset($ph1ent['tfc_bytes']) && is_numericint($ph1ent['tfc_bytes'])) {
+ $tfc = "tfc = {$ph1ent['tfc_bytes']}";
+ } else {
+ $tfc = "tfc = %mtu";
+ }
+ }
+
$ipseclifetime = 0;
$rightsubnet_spec = array();
$leftsubnet_spec = array();
@@ -1338,6 +1346,7 @@ EOD;
{$reauth}
{$forceencaps}
{$mobike}
+ {$tfc}
{$rekey}
installpolicy = yes
{$tunneltype}
OpenPOWER on IntegriCloud